Shades of Ottoman #D5DCCC
Tints of Ottoman #D5DCCC
RGB
CMYK
RGB Variations
Color information
#D5DCCC (or 0xD5DCCC) is known color: Ottoman. HEX triplet: D5, DC and CC. RGB value is (213,220,204). Sum of RGB (Red+Green+Blue) = 213+220+204=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCC is #2A2333. Grayscale: #D8D8D8. Windows color (decimal): -2761524 or 13425877. OLE color: 13425877.
HSL color Cylindrical-coordinate representation of color #D5DCCC: hue angle of 86.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DCCC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 204 | - |
CMYK | 0.03 | 0 | 0.07 | 0.14 |
HSL | 86.25º | 0.19% | 0.83% | - |
HSV(B) | 86.25º | 0.07% | 0.86% | - |
XYZ | 63.93 | 69.69 | 67.21 | - |
YUV | 216.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 204 | 0.03 | 0 | 0.07 | 0.14 | 86.25 | 0.19 | 0.83 |
Hex | D5 | DC | CC | 3 | 0 | 7 | E | 56 | 13 | 53 |
Octal | 325 | 334 | 314 | 3 | 0 | 7 | 16 | 126 | 23 | 123 |
Binary | 11010101 | 11011100 | 11001100 | 11 | 0 | 111 | 1110 | 1010110 | 10011 | 1010011 |
Color Harmonies of #D5DCCC
Complementary color
Monochromatic Colors of #D5DCCC
Black with #D5DCCC
Text Example
Text Example
White with #D5DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCCC; }
p { color: rgb(213,220,204); }
H1.HeaderClassName
{
color: #D5DCCC;
}
.AnyTagClassName
{
color: #D5DCCC;
}
</style>
background-color css
<style>
a { background-color: #D5DCCC; }
a { background-color: rgb(213,220,204); }
div.DivClassName
{
background-color: #D5DCCC;
}
.BgClassName
{
background-color: #D5DCCC;
}
</style>
border-color css
<style>
span { border-color: #D5DCCC; }
span { border-color: rgb(213,220,204); }
td.TdClassName
{
border-color: #D5DCCC;
}
.TagClassName
{
border-color: #D5DCCC;
}
</style>