Shades of Fog #D4CCF2
Tints of Fog #D4CCF2
RGB
CMYK
RGB Variations
Color information
#D4CCF2 (or 0xD4CCF2) is known color: Fog. HEX triplet: D4, CC and F2. RGB value is (212,204,242). Sum of RGB (Red+Green+Blue) = 212+204+242=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCF2 is #2B330D. Grayscale: #D2D2D2. Windows color (decimal): -2831118 or 15912148. OLE color: 15912148.
HSL color Cylindrical-coordinate representation of color #D4CCF2: hue angle of 252.63º 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 #D4CCF2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 204 | 242 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.05 |
| HSL | 252.63º | 0.59% | 0.87% | - |
| HSV(B) | 252.63º | 0.16% | 0.95% | - |
| XYZ | 64.77 | 63.59 | 92.87 | - |
| YUV | 210.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 242 | 0.12 | 0.16 | 0 | 0.05 | 252.63 | 0.59 | 0.87 |
| Hex | D4 | CC | F2 | C | 10 | 0 | 5 | FD | 3B | 57 |
| Octal | 324 | 314 | 362 | 14 | 20 | 0 | 5 | 375 | 73 | 127 |
| Binary | 11010100 | 11001100 | 11110010 | 1100 | 10000 | 0 | 101 | 11111101 | 111011 | 1010111 |
Color Harmonies of #D4CCF2
Complementary color
Monochromatic Colors of #D4CCF2
Black with #D4CCF2
Text Example
Text Example
White with #D4CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCF2; }
p { color: rgb(212,204,242); }
H1.HeaderClassName
{
color: #D4CCF2;
}
.AnyTagClassName
{
color: #D4CCF2;
}
</style>
background-color css
<style>
a { background-color: #D4CCF2; }
a { background-color: rgb(212,204,242); }
div.DivClassName
{
background-color: #D4CCF2;
}
.BgClassName
{
background-color: #D4CCF2;
}
</style>
border-color css
<style>
span { border-color: #D4CCF2; }
span { border-color: rgb(212,204,242); }
td.TdClassName
{
border-color: #D4CCF2;
}
.TagClassName
{
border-color: #D4CCF2;
}
</style>