#DFCAF5

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

Shades of Fog #DFCAF5

Tints of Fog #DFCAF5

Color information

#DFCAF5 (or 0xDFCAF5) is unknown color: approx Fog. HEX triplet: DF, CA and F5. RGB value is (223,202,245). Sum of RGB (Red+Green+Blue) = 223+202+245=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF5 is #20350A. Grayscale: #D5D5D5. Windows color (decimal): -2110731 or 16108255. OLE color: 16108255.

HSL color Cylindrical-coordinate representation of color #DFCAF5: hue angle of 269.3º degrees, saturation: 0.68, 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 #DFCAF5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223202245-
CMYK0.090.1800.04
HSL269.3º68.25%87.65%-
HSV(B)269.3º17.55%96.08%-
XYZ68.0364.5295.25-
YUV213.18145.96135-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=33.28%
G=30.15%
B=36.57%

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
Decimal2232022450.090.1800.04269.368.2587.65
HexDFCAF59120410d4458
Octal337312365112204415104130
Binary110111111100101011110101100110010010010000110110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF5; }

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

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

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

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

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

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

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

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