Shades of Prim #D5CCCE
Tints of Prim #D5CCCE
RGB
CMYK
RGB Variations
Color information
#D5CCCE (or 0xD5CCCE) is known color: Prim. HEX triplet: D5, CC and CE. RGB value is (213,204,206). Sum of RGB (Red+Green+Blue) = 213+204+206=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCE is #2A3331. Grayscale: #CECECE. Windows color (decimal): -2765618 or 13552853. OLE color: 13552853.
HSL color Cylindrical-coordinate representation of color #D5CCCE: hue angle of 346.67º 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 #D5CCCE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 206 | - |
CMYK | 0 | 0.04 | 0.03 | 0.16 |
HSL | 346.67º | 0.1% | 0.82% | - |
HSV(B) | 346.67º | 0.04% | 0.84% | - |
XYZ | 60.17 | 61.79 | 67.15 | - |
YUV | 206.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 206 | 0 | 0.04 | 0.03 | 0.16 | 346.67 | 0.1 | 0.82 |
Hex | D5 | CC | CE | 0 | 4 | 3 | 10 | 15B | A | 52 |
Octal | 325 | 314 | 316 | 0 | 4 | 3 | 20 | 533 | 12 | 122 |
Binary | 11010101 | 11001100 | 11001110 | 0 | 100 | 11 | 10000 | 101011011 | 1010 | 1010010 |
Color Harmonies of #D5CCCE
Complementary color
Monochromatic Colors of #D5CCCE
Black with #D5CCCE
Text Example
Text Example
White with #D5CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCCE; }
p { color: rgb(213,204,206); }
H1.HeaderClassName
{
color: #D5CCCE;
}
.AnyTagClassName
{
color: #D5CCCE;
}
</style>
background-color css
<style>
a { background-color: #D5CCCE; }
a { background-color: rgb(213,204,206); }
div.DivClassName
{
background-color: #D5CCCE;
}
.BgClassName
{
background-color: #D5CCCE;
}
</style>
border-color css
<style>
span { border-color: #D5CCCE; }
span { border-color: rgb(213,204,206); }
td.TdClassName
{
border-color: #D5CCCE;
}
.TagClassName
{
border-color: #D5CCCE;
}
</style>