Shades of Fog #DFCCF2
Tints of Fog #DFCCF2
RGB
CMYK
RGB Variations
Color information
#DFCCF2 (or 0xDFCCF2) is known color: Fog. HEX triplet: DF, CC and F2. RGB value is (223,204,242). Sum of RGB (Red+Green+Blue) = 223+204+242=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF2 is #20330D. Grayscale: #D5D5D5. Windows color (decimal): -2110222 or 15912159. OLE color: 15912159.
HSL color Cylindrical-coordinate representation of color #DFCCF2: hue angle of 270º degrees, saturation: 0.59, 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 #DFCCF2 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 204 | 242 | - |
CMYK | 0.08 | 0.16 | 0 | 0.05 |
HSL | 270º | 0.59% | 0.87% | - |
HSV(B) | 270º | 0.16% | 0.95% | - |
XYZ | 68.05 | 65.28 | 93.02 | - |
YUV | 214.01 | 143.79 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 242 | 0.08 | 0.16 | 0 | 0.05 | 270 | 0.59 | 0.87 |
Hex | DF | CC | F2 | 8 | 10 | 0 | 5 | 10E | 3B | 57 |
Octal | 337 | 314 | 362 | 10 | 20 | 0 | 5 | 416 | 73 | 127 |
Binary | 11011111 | 11001100 | 11110010 | 1000 | 10000 | 0 | 101 | 100001110 | 111011 | 1010111 |
Color Harmonies of #DFCCF2
Complementary color
Monochromatic Colors of #DFCCF2
Black with #DFCCF2
Text Example
Text Example
White with #DFCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCF2; }
p { color: rgb(223,204,242); }
H1.HeaderClassName
{
color: #DFCCF2;
}
.AnyTagClassName
{
color: #DFCCF2;
}
</style>
background-color css
<style>
a { background-color: #DFCCF2; }
a { background-color: rgb(223,204,242); }
div.DivClassName
{
background-color: #DFCCF2;
}
.BgClassName
{
background-color: #DFCCF2;
}
</style>
border-color css
<style>
span { border-color: #DFCCF2; }
span { border-color: rgb(223,204,242); }
td.TdClassName
{
border-color: #DFCCF2;
}
.TagClassName
{
border-color: #DFCCF2;
}
</style>