Shades of Ottoman #D1DCCA
Tints of Ottoman #D1DCCA
RGB
CMYK
RGB Variations
Color information
#D1DCCA (or 0xD1DCCA) is known color: Ottoman. HEX triplet: D1, DC and CA. RGB value is (209,220,202). Sum of RGB (Red+Green+Blue) = 209+220+202=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCA is #2E2335. Grayscale: #D6D6D6. Windows color (decimal): -3023670 or 13294801. OLE color: 13294801.
HSL color Cylindrical-coordinate representation of color #D1DCCA: hue angle of 96.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1DCCA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 220 | 202 | - |
CMYK | 0.05 | 0 | 0.08 | 0.14 |
HSL | 96.67º | 0.2% | 0.83% | - |
HSV(B) | 96.67º | 0.08% | 0.86% | - |
XYZ | 62.55 | 69.01 | 65.9 | - |
YUV | 214.66 | 120.86 | 123.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 202 | 0.05 | 0 | 0.08 | 0.14 | 96.67 | 0.2 | 0.83 |
Hex | D1 | DC | CA | 5 | 0 | 8 | E | 61 | 14 | 53 |
Octal | 321 | 334 | 312 | 5 | 0 | 10 | 16 | 141 | 24 | 123 |
Binary | 11010001 | 11011100 | 11001010 | 101 | 0 | 1000 | 1110 | 1100001 | 10100 | 1010011 |
Color Harmonies of #D1DCCA
Complementary color
Monochromatic Colors of #D1DCCA
Black with #D1DCCA
Text Example
Text Example
White with #D1DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCCA; }
p { color: rgb(209,220,202); }
H1.HeaderClassName
{
color: #D1DCCA;
}
.AnyTagClassName
{
color: #D1DCCA;
}
</style>
background-color css
<style>
a { background-color: #D1DCCA; }
a { background-color: rgb(209,220,202); }
div.DivClassName
{
background-color: #D1DCCA;
}
.BgClassName
{
background-color: #D1DCCA;
}
</style>
border-color css
<style>
span { border-color: #D1DCCA; }
span { border-color: rgb(209,220,202); }
td.TdClassName
{
border-color: #D1DCCA;
}
.TagClassName
{
border-color: #D1DCCA;
}
</style>