Shades of Ottoman #CCDDBE
Tints of Ottoman #CCDDBE
RGB
CMYK
RGB Variations
Color information
#CCDDBE (or 0xCCDDBE) is known color: Ottoman. HEX triplet: CC, DD and BE. RGB value is (204,221,190). Sum of RGB (Red+Green+Blue) = 204+221+190=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBE is #332241. Grayscale: #D4D4D4. Windows color (decimal): -3351106 or 12508620. OLE color: 12508620.
HSL color Cylindrical-coordinate representation of color #CCDDBE: hue angle of 92.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDDBE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 190 | - |
CMYK | 0.08 | 0 | 0.14 | 0.13 |
HSL | 92.9º | 0.31% | 0.81% | - |
HSV(B) | 92.9º | 0.14% | 0.87% | - |
XYZ | 60.05 | 68.27 | 58.73 | - |
YUV | 212.38 | 115.37 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 190 | 0.08 | 0 | 0.14 | 0.13 | 92.9 | 0.31 | 0.81 |
Hex | CC | DD | BE | 8 | 0 | E | D | 5D | 1F | 51 |
Octal | 314 | 335 | 276 | 10 | 0 | 16 | 15 | 135 | 37 | 121 |
Binary | 11001100 | 11011101 | 10111110 | 1000 | 0 | 1110 | 1101 | 1011101 | 11111 | 1010001 |
Color Harmonies of #CCDDBE
Complementary color
Monochromatic Colors of #CCDDBE
Black with #CCDDBE
Text Example
Text Example
White with #CCDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDBE; }
p { color: rgb(204,221,190); }
H1.HeaderClassName
{
color: #CCDDBE;
}
.AnyTagClassName
{
color: #CCDDBE;
}
</style>
background-color css
<style>
a { background-color: #CCDDBE; }
a { background-color: rgb(204,221,190); }
div.DivClassName
{
background-color: #CCDDBE;
}
.BgClassName
{
background-color: #CCDDBE;
}
</style>
border-color css
<style>
span { border-color: #CCDDBE; }
span { border-color: rgb(204,221,190); }
td.TdClassName
{
border-color: #CCDDBE;
}
.TagClassName
{
border-color: #CCDDBE;
}
</style>