Shades of Ottoman #CFDBC8
Tints of Ottoman #CFDBC8
RGB
CMYK
RGB Variations
Color information
#CFDBC8 (or 0xCFDBC8) is known color: Ottoman. HEX triplet: CF, DB and C8. RGB value is (207,219,200). Sum of RGB (Red+Green+Blue) = 207+219+200=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC8 is #302437. Grayscale: #D5D5D5. Windows color (decimal): -3155000 or 13163471. OLE color: 13163471.
HSL color Cylindrical-coordinate representation of color #CFDBC8: hue angle of 97.89º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDBC8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 219 | 200 | - |
CMYK | 0.05 | 0 | 0.09 | 0.14 |
HSL | 97.89º | 0.21% | 0.82% | - |
HSV(B) | 97.89º | 0.09% | 0.86% | - |
XYZ | 61.49 | 68.1 | 64.55 | - |
YUV | 213.25 | 120.52 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 200 | 0.05 | 0 | 0.09 | 0.14 | 97.89 | 0.21 | 0.82 |
Hex | CF | DB | C8 | 5 | 0 | 9 | E | 62 | 15 | 52 |
Octal | 317 | 333 | 310 | 5 | 0 | 11 | 16 | 142 | 25 | 122 |
Binary | 11001111 | 11011011 | 11001000 | 101 | 0 | 1001 | 1110 | 1100010 | 10101 | 1010010 |
Color Harmonies of #CFDBC8
Complementary color
Monochromatic Colors of #CFDBC8
Black with #CFDBC8
Text Example
Text Example
White with #CFDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBC8; }
p { color: rgb(207,219,200); }
H1.HeaderClassName
{
color: #CFDBC8;
}
.AnyTagClassName
{
color: #CFDBC8;
}
</style>
background-color css
<style>
a { background-color: #CFDBC8; }
a { background-color: rgb(207,219,200); }
div.DivClassName
{
background-color: #CFDBC8;
}
.BgClassName
{
background-color: #CFDBC8;
}
</style>
border-color css
<style>
span { border-color: #CFDBC8; }
span { border-color: rgb(207,219,200); }
td.TdClassName
{
border-color: #CFDBC8;
}
.TagClassName
{
border-color: #CFDBC8;
}
</style>