Shades of Fog #D4CCF3
Tints of Fog #D4CCF3
RGB
CMYK
RGB Variations
Color information
#D4CCF3 (or 0xD4CCF3) is known color: Fog. HEX triplet: D4, CC and F3. RGB value is (212,204,243). Sum of RGB (Red+Green+Blue) = 212+204+243=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCF3 is #2B330C. Grayscale: #D2D2D2. Windows color (decimal): -2831117 or 15977684. OLE color: 15977684.
HSL color Cylindrical-coordinate representation of color #D4CCF3: hue angle of 252.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4CCF3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 204 | 243 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.05 |
| HSL | 252.31º | 0.62% | 0.88% | - |
| HSV(B) | 252.31º | 0.16% | 0.95% | - |
| XYZ | 64.92 | 63.65 | 93.66 | - |
| YUV | 210.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 243 | 0.13 | 0.16 | 0 | 0.05 | 252.31 | 0.62 | 0.88 |
| Hex | D4 | CC | F3 | D | 10 | 0 | 5 | FC | 3E | 58 |
| Octal | 324 | 314 | 363 | 15 | 20 | 0 | 5 | 374 | 76 | 130 |
| Binary | 11010100 | 11001100 | 11110011 | 1101 | 10000 | 0 | 101 | 11111100 | 111110 | 1011000 |
Color Harmonies of #D4CCF3
Complementary color
Monochromatic Colors of #D4CCF3
Black with #D4CCF3
Text Example
Text Example
White with #D4CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCF3; }
p { color: rgb(212,204,243); }
H1.HeaderClassName
{
color: #D4CCF3;
}
.AnyTagClassName
{
color: #D4CCF3;
}
</style>
background-color css
<style>
a { background-color: #D4CCF3; }
a { background-color: rgb(212,204,243); }
div.DivClassName
{
background-color: #D4CCF3;
}
.BgClassName
{
background-color: #D4CCF3;
}
</style>
border-color css
<style>
span { border-color: #D4CCF3; }
span { border-color: rgb(212,204,243); }
td.TdClassName
{
border-color: #D4CCF3;
}
.TagClassName
{
border-color: #D4CCF3;
}
</style>