Color Hex Logo

#dfc6fb Color Hex

#DFC6FB
(223,198,251)
0 Favorites   0 Comments

Color spaces of #dfc6fb

RGB 223198251
HSL0.750.870.88
HSV268°21°98°
CMYK 0.110.210.00   0.02
XYZ68.038163.041299.8490
Yxy63.04120.29460.2730
Hunter Lab79.398514.0127-18.9823
CIE-Lab83.464118.5506-22.8185

#dfc6fb color RGB value is (223,198,251).

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

The process color (four color CMYK) of #dfc6fb color hex is 0.11, 0.21, 0.00, 0.02. Web safe color of #dfc6fb is #ccccff. Color #dfc6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 11111011
Octal 337 306 373
Decimal 223 198 251
Hex DF C6 FB

RGB Percentages of Color #dfc6fb

%33.18
%29.46
%37.35

CMYK Percentages of Color #dfc6fb

%11
%21
%0
%2

Triadic Colors of #dfc6fb

#dfc6fb #fbdfc6 #c6fbdf

Analogous Colors of #dfc6fb

#dfc6fb #fac6fb #c6c8fb

Monochromatic Colors of #dfc6fb

#dfc6fb

Complementary Color

#dfc6fb #e2fbc6

#dfc6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc6fb Color CSS Codes

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

#dfc6fb Text Font Color

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

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


#dfc6fb Background Color

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

This div background color is #dfc6fb


#dfc6fb Border Color

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

This div border color is #dfc6fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,198,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 #dfc6fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc6fb


Comments

No comments written yet.

Please login to write comment.