Shades of Ottoman #CFD2CC
Tints of Ottoman #CFD2CC
RGB
CMYK
RGB Variations
Color information
#CFD2CC (or 0xCFD2CC) is known color: Ottoman. HEX triplet: CF, D2 and CC. RGB value is (207,210,204). Sum of RGB (Red+Green+Blue) = 207+210+204=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2CC is #302D33. Grayscale: #D0D0D0. Windows color (decimal): -3157300 or 13423311. OLE color: 13423311.
HSL color Cylindrical-coordinate representation of color #CFD2CC: hue angle of 90º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD2CC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 204 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.18 |
| HSL | 90º | 0.06% | 0.81% | - |
| HSV(B) | 90º | 0.03% | 0.82% | - |
| XYZ | 59.68 | 63.72 | 66.28 | - |
| YUV | 208.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 204 | 0.01 | 0 | 0.03 | 0.18 | 90 | 0.06 | 0.81 |
| Hex | CF | D2 | CC | 1 | 0 | 3 | 12 | 5A | 6 | 51 |
| Octal | 317 | 322 | 314 | 1 | 0 | 3 | 22 | 132 | 6 | 121 |
| Binary | 11001111 | 11010010 | 11001100 | 1 | 0 | 11 | 10010 | 1011010 | 110 | 1010001 |
Color Harmonies of #CFD2CC
Complementary color
Monochromatic Colors of #CFD2CC
Black with #CFD2CC
Text Example
Text Example
White with #CFD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2CC; }
p { color: rgb(207,210,204); }
H1.HeaderClassName
{
color: #CFD2CC;
}
.AnyTagClassName
{
color: #CFD2CC;
}
</style>
background-color css
<style>
a { background-color: #CFD2CC; }
a { background-color: rgb(207,210,204); }
div.DivClassName
{
background-color: #CFD2CC;
}
.BgClassName
{
background-color: #CFD2CC;
}
</style>
border-color css
<style>
span { border-color: #CFD2CC; }
span { border-color: rgb(207,210,204); }
td.TdClassName
{
border-color: #CFD2CC;
}
.TagClassName
{
border-color: #CFD2CC;
}
</style>