Shades of Prim #D5CDCF
Tints of Prim #D5CDCF
RGB
CMYK
RGB Variations
Color information
#D5CDCF (or 0xD5CDCF) is known color: Prim. HEX triplet: D5, CD and CF. RGB value is (213,205,207). Sum of RGB (Red+Green+Blue) = 213+205+207=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDCF is #2A3230. Grayscale: #CFCFCF. Windows color (decimal): -2765361 or 13618645. OLE color: 13618645.
HSL color Cylindrical-coordinate representation of color #D5CDCF: hue angle of 345º degrees, saturation: 0.09, 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 #D5CDCF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 205 | 207 | - |
CMYK | 0 | 0.04 | 0.03 | 0.16 |
HSL | 345º | 0.09% | 0.82% | - |
HSV(B) | 345º | 0.04% | 0.84% | - |
XYZ | 60.53 | 62.31 | 67.87 | - |
YUV | 207.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 207 | 0 | 0.04 | 0.03 | 0.16 | 345 | 0.09 | 0.82 |
Hex | D5 | CD | CF | 0 | 4 | 3 | 10 | 159 | 9 | 52 |
Octal | 325 | 315 | 317 | 0 | 4 | 3 | 20 | 531 | 11 | 122 |
Binary | 11010101 | 11001101 | 11001111 | 0 | 100 | 11 | 10000 | 101011001 | 1001 | 1010010 |
Color Harmonies of #D5CDCF
Complementary color
Monochromatic Colors of #D5CDCF
Black with #D5CDCF
Text Example
Text Example
White with #D5CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDCF; }
p { color: rgb(213,205,207); }
H1.HeaderClassName
{
color: #D5CDCF;
}
.AnyTagClassName
{
color: #D5CDCF;
}
</style>
background-color css
<style>
a { background-color: #D5CDCF; }
a { background-color: rgb(213,205,207); }
div.DivClassName
{
background-color: #D5CDCF;
}
.BgClassName
{
background-color: #D5CDCF;
}
</style>
border-color css
<style>
span { border-color: #D5CDCF; }
span { border-color: rgb(213,205,207); }
td.TdClassName
{
border-color: #D5CDCF;
}
.TagClassName
{
border-color: #D5CDCF;
}
</style>