#DFCAF0

Color #DFCAF0 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DFCAF0

Tints of Fog #DFCAF0

Color information

#DFCAF0 (or 0xDFCAF0) is unknown color: approx Fog. HEX triplet: DF, CA and F0. RGB value is (223,202,240). Sum of RGB (Red+Green+Blue) = 223+202+240=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF0 is #20350F. Grayscale: #D4D4D4. Windows color (decimal): -2110736 or 15780575. OLE color: 15780575.

HSL color Cylindrical-coordinate representation of color #DFCAF0: hue angle of 273.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCAF0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223202240-
CMYK0.070.1600.06
HSL273.16º55.88%86.67%-
HSV(B)273.16º15.83%94.12%-
XYZ67.2864.2291.29-
YUV212.61143.46135.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=33.53%
G=30.38%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232022400.070.1600.06273.1655.8886.67
HexDFCAF0710061113857
Octal3373123607200642170127
Binary1101111111001010111100001111000001101000100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF0; }

 p { color: rgb(223,202,240); }

 H1.HeaderClassName
 {
   color: #DFCAF0;
 }
 .AnyTagClassName
 {
   color: #DFCAF0;
 }
</style>
background-color css

<style>
 a { background-color: #DFCAF0; }

 a { background-color: rgb(223,202,240); }

 div.DivClassName
 {
   background-color: #DFCAF0;
 }
 .BgClassName
 {
   background-color: #DFCAF0;
 }
</style>
border-color css

<style>
 span { border-color: #DFCAF0; }

 span { border-color: rgb(223,202,240); }

 td.TdClassName
 {
   border-color: #DFCAF0;
 }
 .TagClassName
 {
   border-color: #DFCAF0;
 }
</style>