Color Hex Logo

#dccbee Color Hex

#DCCBEE
(220,203,238)
0 Favorites   0 Comments

Color spaces of #dccbee

RGB 220203238
HSL0.750.510.86
HSV269°15°93°
CMYK 0.080.150.00   0.07
XYZ66.303864.100689.7670
Yxy64.10060.30110.2911
Hunter Lab80.06297.7142-10.4323
CIE-Lab84.018112.3293-15.0899

#dccbee color RGB value is (220,203,238).

#dccbee hex color red value is 220, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dccbee hue: 0.75 , saturation: 0.51 and the lightness value of dccbee is 0.86.

The process color (four color CMYK) of #dccbee color hex is 0.08, 0.15, 0.00, 0.07. Web safe color of #dccbee is #ccccff. Color #dccbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 11101110
Octal 334 313 356
Decimal 220 203 238
Hex DC CB EE

RGB Percentages of Color #dccbee

%33.28
%30.71
%36.01

CMYK Percentages of Color #dccbee

%8
%15
%0
%7

Triadic Colors of #dccbee

#dccbee #eedccb #cbeedc

Analogous Colors of #dccbee

#dccbee #eecbee #cbccee

Monochromatic Colors of #dccbee

#dccbee

Complementary Color

#dccbee #ddeecb

#dccbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbee Color CSS Codes

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

#dccbee Text Font Color

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

This sample text font color is #dccbee
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.


#dccbee Background Color

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

This div background color is #dccbee


#dccbee Border Color

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

This div border color is #dccbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbee


Comments

No comments written yet.

Please login to write comment.