Shades of Ottoman #CADDB8
Tints of Ottoman #CADDB8
RGB
CMYK
RGB Variations
Color information
#CADDB8 (or 0xCADDB8) is known color: Ottoman. HEX triplet: CA, DD and B8. RGB value is (202,221,184). Sum of RGB (Red+Green+Blue) = 202+221+184=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDB8 is #352247. Grayscale: #D3D3D3. Windows color (decimal): -3482184 or 12115402. OLE color: 12115402.
HSL color Cylindrical-coordinate representation of color #CADDB8: hue angle of 90.81º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADDB8 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 184 | - |
CMYK | 0.09 | 0 | 0.17 | 0.13 |
HSL | 90.81º | 0.35% | 0.79% | - |
HSV(B) | 90.81º | 0.17% | 0.87% | - |
XYZ | 58.87 | 67.73 | 55.32 | - |
YUV | 211.1 | 112.71 | 121.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 184 | 0.09 | 0 | 0.17 | 0.13 | 90.81 | 0.35 | 0.79 |
Hex | CA | DD | B8 | 9 | 0 | 11 | D | 5B | 23 | 4F |
Octal | 312 | 335 | 270 | 11 | 0 | 21 | 15 | 133 | 43 | 117 |
Binary | 11001010 | 11011101 | 10111000 | 1001 | 0 | 10001 | 1101 | 1011011 | 100011 | 1001111 |
Color Harmonies of #CADDB8
Complementary color
Monochromatic Colors of #CADDB8
Black with #CADDB8
Text Example
Text Example
White with #CADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB8; }
p { color: rgb(202,221,184); }
H1.HeaderClassName
{
color: #CADDB8;
}
.AnyTagClassName
{
color: #CADDB8;
}
</style>
background-color css
<style>
a { background-color: #CADDB8; }
a { background-color: rgb(202,221,184); }
div.DivClassName
{
background-color: #CADDB8;
}
.BgClassName
{
background-color: #CADDB8;
}
</style>
border-color css
<style>
span { border-color: #CADDB8; }
span { border-color: rgb(202,221,184); }
td.TdClassName
{
border-color: #CADDB8;
}
.TagClassName
{
border-color: #CADDB8;
}
</style>