Shades of Prim #D9CFD4
Tints of Prim #D9CFD4
RGB
CMYK
RGB Variations
Color information
#D9CFD4 (or 0xD9CFD4) is known color: Prim. HEX triplet: D9, CF and D4. RGB value is (217,207,212). Sum of RGB (Red+Green+Blue) = 217+207+212=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFD4 is #26302B. Grayscale: #D2D2D2. Windows color (decimal): -2502700 or 13946841. OLE color: 13946841.
HSL color Cylindrical-coordinate representation of color #D9CFD4: hue angle of 330º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CFD4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 207 | 212 | - |
CMYK | 0 | 0.05 | 0.02 | 0.15 |
HSL | 330º | 0.12% | 0.83% | - |
HSV(B) | 330º | 0.05% | 0.85% | - |
XYZ | 62.81 | 64.13 | 71.36 | - |
YUV | 210.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 212 | 0 | 0.05 | 0.02 | 0.15 | 330 | 0.12 | 0.83 |
Hex | D9 | CF | D4 | 0 | 5 | 2 | F | 14A | C | 53 |
Octal | 331 | 317 | 324 | 0 | 5 | 2 | 17 | 512 | 14 | 123 |
Binary | 11011001 | 11001111 | 11010100 | 0 | 101 | 10 | 1111 | 101001010 | 1100 | 1010011 |
Color Harmonies of #D9CFD4
Complementary color
Monochromatic Colors of #D9CFD4
Black with #D9CFD4
Text Example
Text Example
White with #D9CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFD4; }
p { color: rgb(217,207,212); }
H1.HeaderClassName
{
color: #D9CFD4;
}
.AnyTagClassName
{
color: #D9CFD4;
}
</style>
background-color css
<style>
a { background-color: #D9CFD4; }
a { background-color: rgb(217,207,212); }
div.DivClassName
{
background-color: #D9CFD4;
}
.BgClassName
{
background-color: #D9CFD4;
}
</style>
border-color css
<style>
span { border-color: #D9CFD4; }
span { border-color: rgb(217,207,212); }
td.TdClassName
{
border-color: #D9CFD4;
}
.TagClassName
{
border-color: #D9CFD4;
}
</style>