Color Hex Logo

#dcbffb Color Hex

#DCBFFB
(220,191,251)
0 Favorites   0 Comments

Color spaces of #dcbffb

RGB 220191251
HSL0.750.880.87
HSV269°24°98°
CMYK 0.120.240.00   0.02
XYZ65.558659.442399.2850
Yxy59.44230.29230.2650
Hunter Lab77.098816.8590-22.3823
CIE-Lab81.534121.3686-25.7794

#dcbffb color RGB value is (220,191,251).

#dcbffb hex color red value is 220, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcbffb hue: 0.75 , saturation: 0.88 and the lightness value of dcbffb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11111011
Octal 334 277 373
Decimal 220 191 251
Hex DC BF FB

RGB Percentages of Color #dcbffb

%33.23
%28.85
%37.92

CMYK Percentages of Color #dcbffb

%12
%24
%0
%2

Triadic Colors of #dcbffb

#dcbffb #fbdcbf #bffbdc

Analogous Colors of #dcbffb

#dcbffb #fabffb #bfc0fb

Monochromatic Colors of #dcbffb

#dcbffb

Complementary Color

#dcbffb #defbbf

#dcbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbffb Color CSS Codes

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

#dcbffb Text Font Color

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

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


#dcbffb Background Color

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

This div background color is #dcbffb


#dcbffb Border Color

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

This div border color is #dcbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbffb

Related Colors


Comments

No comments written yet.

Please login to write comment.