#DFCAFA

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

Shades of Fog #DFCAFA

Tints of Fog #DFCAFA

Color information

#DFCAFA (or 0xDFCAFA) is unknown color: approx Fog. HEX triplet: DF, CA and FA. RGB value is (223,202,250). Sum of RGB (Red+Green+Blue) = 223+202+250=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAFA is #203505. Grayscale: #D5D5D5. Windows color (decimal): -2110726 or 16435935. OLE color: 16435935.

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

Color convert

RGB223202250-
CMYK0.110.1900.02
HSL266.25º82.76%88.63%-
HSV(B)266.25º19.2%98.04%-
XYZ68.8164.8399.33-
YUV213.75148.46134.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=33.04%
G=29.93%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232022500.110.1900.02266.2582.7688.63
HexDFCAFAB130210a5359
Octal337312372132302412123131
Binary11011111110010101111101010111001101010000101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAFA; }

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

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

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

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

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

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

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

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