Shades of Ottoman #D5DCCF
Tints of Ottoman #D5DCCF
RGB
CMYK
RGB Variations
Color information
#D5DCCF (or 0xD5DCCF) is known color: Ottoman. HEX triplet: D5, DC and CF. RGB value is (213,220,207). Sum of RGB (Red+Green+Blue) = 213+220+207=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCF is #2A2330. Grayscale: #D8D8D8. Windows color (decimal): -2761521 or 13622485. OLE color: 13622485.
HSL color Cylindrical-coordinate representation of color #D5DCCF: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DCCF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 220 | 207 | - |
CMYK | 0.03 | 0 | 0.06 | 0.14 |
HSL | 92.31º | 0.16% | 0.84% | - |
HSV(B) | 92.31º | 0.06% | 0.86% | - |
XYZ | 64.3 | 69.84 | 69.12 | - |
YUV | 216.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 207 | 0.03 | 0 | 0.06 | 0.14 | 92.31 | 0.16 | 0.84 |
Hex | D5 | DC | CF | 3 | 0 | 6 | E | 5C | 10 | 54 |
Octal | 325 | 334 | 317 | 3 | 0 | 6 | 16 | 134 | 20 | 124 |
Binary | 11010101 | 11011100 | 11001111 | 11 | 0 | 110 | 1110 | 1011100 | 10000 | 1010100 |
Color Harmonies of #D5DCCF
Complementary color
Monochromatic Colors of #D5DCCF
Black with #D5DCCF
Text Example
Text Example
White with #D5DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCCF; }
p { color: rgb(213,220,207); }
H1.HeaderClassName
{
color: #D5DCCF;
}
.AnyTagClassName
{
color: #D5DCCF;
}
</style>
background-color css
<style>
a { background-color: #D5DCCF; }
a { background-color: rgb(213,220,207); }
div.DivClassName
{
background-color: #D5DCCF;
}
.BgClassName
{
background-color: #D5DCCF;
}
</style>
border-color css
<style>
span { border-color: #D5DCCF; }
span { border-color: rgb(213,220,207); }
td.TdClassName
{
border-color: #D5DCCF;
}
.TagClassName
{
border-color: #D5DCCF;
}
</style>