#DFCAF3

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

Shades of Fog #DFCAF3

Tints of Fog #DFCAF3

Color information

#DFCAF3 (or 0xDFCAF3) is unknown color: approx Fog. HEX triplet: DF, CA and F3. RGB value is (223,202,243). Sum of RGB (Red+Green+Blue) = 223+202+243=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF3 is #20350C. Grayscale: #D4D4D4. Windows color (decimal): -2110733 or 15977183. OLE color: 15977183.

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

Color convert

RGB223202243-
CMYK0.080.1700.05
HSL270.73º63.08%87.25%-
HSV(B)270.73º16.87%95.29%-
XYZ67.7364.493.65-
YUV212.95144.96135.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=33.38%
G=30.24%
B=36.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232022430.080.1700.05270.7363.0887.25
HexDFCAF38110510f3f57
Octal33731236310210541777127
Binary11011111110010101111001110001000101011000011111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAF3; }

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

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

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

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

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

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

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

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