#DFCAF9

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

Shades of Fog #DFCAF9

Tints of Fog #DFCAF9

Color information

#DFCAF9 (or 0xDFCAF9) is unknown color: approx Fog. HEX triplet: DF, CA and F9. RGB value is (223,202,249). Sum of RGB (Red+Green+Blue) = 223+202+249=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF9 is #203506. Grayscale: #D5D5D5. Windows color (decimal): -2110727 or 16370399. OLE color: 16370399.

HSL color Cylindrical-coordinate representation of color #DFCAF9: hue angle of 266.81º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCAF9 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223202249-
CMYK0.100.1900.02
HSL266.81º79.66%88.43%-
HSV(B)266.81º18.88%97.65%-
XYZ68.6564.7798.51-
YUV213.64147.96134.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=33.09%
G=29.97%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232022490.100.1900.02266.8179.6688.43
HexDFCAF9A130210b5058
Octal337312371122302413120130
Binary11011111110010101111100110101001101010000101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF9; }

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

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

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

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

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

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

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

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