#DFCAF7

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

Shades of Fog #DFCAF7

Tints of Fog #DFCAF7

Color information

#DFCAF7 (or 0xDFCAF7) is unknown color: approx Fog. HEX triplet: DF, CA and F7. RGB value is (223,202,247). Sum of RGB (Red+Green+Blue) = 223+202+247=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF7 is #203508. Grayscale: #D5D5D5. Windows color (decimal): -2110729 or 16239327. OLE color: 16239327.

HSL color Cylindrical-coordinate representation of color #DFCAF7: hue angle of 268º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCAF7 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223202247-
CMYK0.100.1800.03
HSL268º73.77%88.04%-
HSV(B)268º18.22%96.86%-
XYZ68.3464.6496.87-
YUV213.41146.96134.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=33.18%
G=30.06%
B=36.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232022470.100.1800.0326873.7788.04
HexDFCAF7A120310c4a58
Octal337312367122203414112130
Binary11011111110010101111011110101001001110000110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF7; }

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

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

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

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

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

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

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

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