#DFCBF2

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

Shades of Fog #DFCBF2

Tints of Fog #DFCBF2

Color information

#DFCBF2 (or 0xDFCBF2) is unknown color: approx Fog. HEX triplet: DF, CB and F2. RGB value is (223,203,242). Sum of RGB (Red+Green+Blue) = 223+203+242=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBF2 is #20340D. Grayscale: #D5D5D5. Windows color (decimal): -2110478 or 15911903. OLE color: 15911903.

HSL color Cylindrical-coordinate representation of color #DFCBF2: hue angle of 270.77º degrees, saturation: 0.6, 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 #DFCBF2 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223203242-
CMYK0.080.1600.05
HSL270.77º60%87.25%-
HSV(B)270.77º16.12%94.9%-
XYZ67.8164.8192.94-
YUV213.43144.13134.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=33.38%
G=30.39%
B=36.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232032420.080.1600.05270.776087.25
HexDFCBF28100510f3c57
Octal33731336210200541774127
Binary11011111110010111111001010001000001011000011111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBF2; }

 p { color: rgb(223,203,242); }

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

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

 a { background-color: rgb(223,203,242); }

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

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

 span { border-color: rgb(223,203,242); }

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