Color Hex Logo

#dccbf9 Color Hex

#DCCBF9
(220,203,249)
0 Favorites   0 Comments

Color spaces of #dccbf9

RGB 220203249
HSL0.730.790.89
HSV262°18°98°
CMYK 0.120.180.00   0.02
XYZ67.970064.767198.5414
Yxy64.76710.29390.2800
Hunter Lab80.47809.9208-16.2631
CIE-Lab84.363614.5241-20.4156

#dccbf9 color RGB value is (220,203,249).

#dccbf9 hex color red value is 220, green value is 203 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dccbf9 hue: 0.73 , saturation: 0.79 and the lightness value of dccbf9 is 0.89.

The process color (four color CMYK) of #dccbf9 color hex is 0.12, 0.18, 0.00, 0.02. Web safe color of #dccbf9 is #ccccff. Color #dccbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11111001
Octal 334 313 371
Decimal 220 203 249
Hex DC CB F9

RGB Percentages of Color #dccbf9

%32.74
%30.21
%37.05

CMYK Percentages of Color #dccbf9

%12
%18
%0
%2

Triadic Colors of #dccbf9

#dccbf9 #f9dccb #cbf9dc

Analogous Colors of #dccbf9

#dccbf9 #f3cbf9 #cbd1f9

Monochromatic Colors of #dccbf9

#dccbf9

Complementary Color

#dccbf9 #e8f9cb

#dccbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbf9 Color CSS Codes

.mybgcolor {background-color:#dccbf9; } 
.myforecolor {color:#dccbf9; }
.mybordercolor {border:3px solid #dccbf9; }

#dccbf9 Text Font Color

<p style="color:#dccbf9">Text here</p>

This sample text font color is #dccbf9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dccbf9 Background Color

<div style="background-color:#dccbf9">
Div content here</div>

This div background color is #dccbf9


#dccbf9 Border Color

<div style="border:3px solid #dccbf9">
Div here</div>

This div border color is #dccbf9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,203,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccbf9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccbf9;
  -webkit-box-shadow: 1px 1px 3px 2px #dccbf9;
  box-shadow:         1px 1px 3px 2px #dccbf9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,203,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccbf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dccbf9;
  -webkit-box-shadow: 1px 1px 3px 2px #dccbf9;
  box-shadow:         1px 1px 3px 2px #dccbf9;">
Div content here</div>

This div box has shadow with color #dccbf9

Related Colors

#dccbf9 Color Palettes


Comments

No comments written yet.

Please login to write comment.