Shades of Fog #D4CBF3
Tints of Fog #D4CBF3
RGB
CMYK
RGB Variations
Color information
#D4CBF3 (or 0xD4CBF3) is known color: Fog. HEX triplet: D4, CB and F3. RGB value is (212,203,243). Sum of RGB (Red+Green+Blue) = 212+203+243=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBF3 is #2B340C. Grayscale: #D2D2D2. Windows color (decimal): -2831373 or 15977428. OLE color: 15977428.
HSL color Cylindrical-coordinate representation of color #D4CBF3: hue angle of 253.5º degrees, saturation: 0.62, 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 #D4CBF3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 203 | 243 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.05 |
| HSL | 253.5º | 0.63% | 0.87% | - |
| HSV(B) | 253.5º | 0.16% | 0.95% | - |
| XYZ | 64.68 | 63.18 | 93.58 | - |
| YUV | 210.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 243 | 0.13 | 0.16 | 0 | 0.05 | 253.5 | 0.63 | 0.87 |
| Hex | D4 | CB | F3 | D | 10 | 0 | 5 | FE | 3E | 57 |
| Octal | 324 | 313 | 363 | 15 | 20 | 0 | 5 | 376 | 76 | 127 |
| Binary | 11010100 | 11001011 | 11110011 | 1101 | 10000 | 0 | 101 | 11111110 | 111110 | 1010111 |
Color Harmonies of #D4CBF3
Complementary color
Monochromatic Colors of #D4CBF3
Black with #D4CBF3
Text Example
Text Example
White with #D4CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBF3; }
p { color: rgb(212,203,243); }
H1.HeaderClassName
{
color: #D4CBF3;
}
.AnyTagClassName
{
color: #D4CBF3;
}
</style>
background-color css
<style>
a { background-color: #D4CBF3; }
a { background-color: rgb(212,203,243); }
div.DivClassName
{
background-color: #D4CBF3;
}
.BgClassName
{
background-color: #D4CBF3;
}
</style>
border-color css
<style>
span { border-color: #D4CBF3; }
span { border-color: rgb(212,203,243); }
td.TdClassName
{
border-color: #D4CBF3;
}
.TagClassName
{
border-color: #D4CBF3;
}
</style>