#DFCAF2

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

Shades of Fog #DFCAF2

Tints of Fog #DFCAF2

Color information

#DFCAF2 (or 0xDFCAF2) is unknown color: approx Fog. HEX triplet: DF, CA and F2. RGB value is (223,202,242). Sum of RGB (Red+Green+Blue) = 223+202+242=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF2 is #20350D. Grayscale: #D4D4D4. Windows color (decimal): -2110734 or 15911647. OLE color: 15911647.

HSL color Cylindrical-coordinate representation of color #DFCAF2: hue angle of 271.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCAF2 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223202242-
CMYK0.080.1700.05
HSL271.5º60.61%87.06%-
HSV(B)271.5º16.53%94.9%-
XYZ67.5864.3492.86-
YUV212.84144.46135.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=33.43%
G=30.28%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232022420.080.1700.05271.560.6187.06
HexDFCAF2811051103d57
Octal33731236210210542075127
Binary11011111110010101111001010001000101011000100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF2; }

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

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

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

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

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

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

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

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