Shades of Prim #D5CCCF
Tints of Prim #D5CCCF
RGB
CMYK
RGB Variations
Color information
#D5CCCF (or 0xD5CCCF) is known color: Prim. HEX triplet: D5, CC and CF. RGB value is (213,204,207). Sum of RGB (Red+Green+Blue) = 213+204+207=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCF is #2A3330. Grayscale: #CFCFCF. Windows color (decimal): -2765617 or 13618389. OLE color: 13618389.
HSL color Cylindrical-coordinate representation of color #D5CCCF: hue angle of 340º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCCF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 207 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.16 |
| HSL | 340º | 0.1% | 0.82% | - |
| HSV(B) | 340º | 0.04% | 0.84% | - |
| XYZ | 60.3 | 61.84 | 67.79 | - |
| YUV | 207.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 207 | 0 | 0.04 | 0.03 | 0.16 | 340 | 0.1 | 0.82 |
| Hex | D5 | CC | CF | 0 | 4 | 3 | 10 | 154 | A | 52 |
| Octal | 325 | 314 | 317 | 0 | 4 | 3 | 20 | 524 | 12 | 122 |
| Binary | 11010101 | 11001100 | 11001111 | 0 | 100 | 11 | 10000 | 101010100 | 1010 | 1010010 |
Color Harmonies of #D5CCCF
Complementary color
Monochromatic Colors of #D5CCCF
Black with #D5CCCF
Text Example
Text Example
White with #D5CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCCF; }
p { color: rgb(213,204,207); }
H1.HeaderClassName
{
color: #D5CCCF;
}
.AnyTagClassName
{
color: #D5CCCF;
}
</style>
background-color css
<style>
a { background-color: #D5CCCF; }
a { background-color: rgb(213,204,207); }
div.DivClassName
{
background-color: #D5CCCF;
}
.BgClassName
{
background-color: #D5CCCF;
}
</style>
border-color css
<style>
span { border-color: #D5CCCF; }
span { border-color: rgb(213,204,207); }
td.TdClassName
{
border-color: #D5CCCF;
}
.TagClassName
{
border-color: #D5CCCF;
}
</style>