Shades of Fog #DCCAF2
Tints of Fog #DCCAF2
RGB
CMYK
RGB Variations
Color information
#DCCAF2 (or 0xDCCAF2) is known color: Fog. HEX triplet: DC, CA and F2. RGB value is (220,202,242). Sum of RGB (Red+Green+Blue) = 220+202+242=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF2 is #23350D. Grayscale: #D3D3D3. Windows color (decimal): -2307342 or 15911644. OLE color: 15911644.
HSL color Cylindrical-coordinate representation of color #DCCAF2: hue angle of 267º degrees, saturation: 0.61, 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 #DCCAF2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 202 | 242 | - |
CMYK | 0.09 | 0.17 | 0 | 0.05 |
HSL | 267º | 0.61% | 0.87% | - |
HSV(B) | 267º | 0.17% | 0.95% | - |
XYZ | 66.66 | 63.87 | 92.82 | - |
YUV | 211.94 | 144.96 | 133.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 242 | 0.09 | 0.17 | 0 | 0.05 | 267 | 0.61 | 0.87 |
Hex | DC | CA | F2 | 9 | 11 | 0 | 5 | 10B | 3D | 57 |
Octal | 334 | 312 | 362 | 11 | 21 | 0 | 5 | 413 | 75 | 127 |
Binary | 11011100 | 11001010 | 11110010 | 1001 | 10001 | 0 | 101 | 100001011 | 111101 | 1010111 |
Color Harmonies of #DCCAF2
Complementary color
Monochromatic Colors of #DCCAF2
Black with #DCCAF2
Text Example
Text Example
White with #DCCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF2; }
p { color: rgb(220,202,242); }
H1.HeaderClassName
{
color: #DCCAF2;
}
.AnyTagClassName
{
color: #DCCAF2;
}
</style>
background-color css
<style>
a { background-color: #DCCAF2; }
a { background-color: rgb(220,202,242); }
div.DivClassName
{
background-color: #DCCAF2;
}
.BgClassName
{
background-color: #DCCAF2;
}
</style>
border-color css
<style>
span { border-color: #DCCAF2; }
span { border-color: rgb(220,202,242); }
td.TdClassName
{
border-color: #DCCAF2;
}
.TagClassName
{
border-color: #DCCAF2;
}
</style>