#DFCAF6

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

Shades of Fog #DFCAF6

Tints of Fog #DFCAF6

Color information

#DFCAF6 (or 0xDFCAF6) is unknown color: approx Fog. HEX triplet: DF, CA and F6. RGB value is (223,202,246). Sum of RGB (Red+Green+Blue) = 223+202+246=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFCAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF6 is #203509. Grayscale: #D5D5D5. Windows color (decimal): -2110730 or 16173791. OLE color: 16173791.

HSL color Cylindrical-coordinate representation of color #DFCAF6: hue angle of 268.64º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCAF6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223202246-
CMYK0.090.1800.04
HSL268.64º70.97%87.84%-
HSV(B)268.64º17.89%96.47%-
XYZ68.1964.5896.06-
YUV213.3146.46134.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=33.23%
G=30.10%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232022460.090.1800.04268.6470.9787.84
HexDFCAF69120410d4758
Octal337312366112204415107130
Binary110111111100101011110110100110010010010000110110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF6; }

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

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

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

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

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

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

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

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