#DFCAF1

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

Shades of Fog #DFCAF1

Tints of Fog #DFCAF1

Color information

#DFCAF1 (or 0xDFCAF1) is unknown color: approx Fog. HEX triplet: DF, CA and F1. RGB value is (223,202,241). Sum of RGB (Red+Green+Blue) = 223+202+241=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFCAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF1 is #20350E. Grayscale: #D4D4D4. Windows color (decimal): -2110735 or 15846111. OLE color: 15846111.

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

Color convert

RGB223202241-
CMYK0.070.1600.05
HSL272.31º58.21%86.86%-
HSV(B)272.31º16.18%94.51%-
XYZ67.4364.2892.07-
YUV212.72143.96135.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=33.48%
G=30.33%
B=36.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232022410.070.1600.05272.3158.2186.86
HexDFCAF1710051103a57
Octal3373123617200542072127
Binary1101111111001010111100011111000001011000100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF1; }

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

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

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

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

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

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

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

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