Shades of Ottoman #D1D5CC
Tints of Ottoman #D1D5CC
RGB
CMYK
RGB Variations
Color information
#D1D5CC (or 0xD1D5CC) is known color: Ottoman. HEX triplet: D1, D5 and CC. RGB value is (209,213,204). Sum of RGB (Red+Green+Blue) = 209+213+204=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CC is #2E2A33. Grayscale: #D2D2D2. Windows color (decimal): -3025460 or 13424081. OLE color: 13424081.
HSL color Cylindrical-coordinate representation of color #D1D5CC: hue angle of 86.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 #D1D5CC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 213 | 204 | - |
CMYK | 0.02 | 0 | 0.04 | 0.16 |
HSL | 86.67º | 0.1% | 0.82% | - |
HSV(B) | 86.67º | 0.04% | 0.84% | - |
XYZ | 60.99 | 65.5 | 66.56 | - |
YUV | 210.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 213 | 204 | 0.02 | 0 | 0.04 | 0.16 | 86.67 | 0.1 | 0.82 |
Hex | D1 | D5 | CC | 2 | 0 | 4 | 10 | 57 | A | 52 |
Octal | 321 | 325 | 314 | 2 | 0 | 4 | 20 | 127 | 12 | 122 |
Binary | 11010001 | 11010101 | 11001100 | 10 | 0 | 100 | 10000 | 1010111 | 1010 | 1010010 |
Color Harmonies of #D1D5CC
Complementary color
Monochromatic Colors of #D1D5CC
Black with #D1D5CC
Text Example
Text Example
White with #D1D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5CC; }
p { color: rgb(209,213,204); }
H1.HeaderClassName
{
color: #D1D5CC;
}
.AnyTagClassName
{
color: #D1D5CC;
}
</style>
background-color css
<style>
a { background-color: #D1D5CC; }
a { background-color: rgb(209,213,204); }
div.DivClassName
{
background-color: #D1D5CC;
}
.BgClassName
{
background-color: #D1D5CC;
}
</style>
border-color css
<style>
span { border-color: #D1D5CC; }
span { border-color: rgb(209,213,204); }
td.TdClassName
{
border-color: #D1D5CC;
}
.TagClassName
{
border-color: #D1D5CC;
}
</style>