Shades of Ottoman #CFD5CC
Tints of Ottoman #CFD5CC
RGB
CMYK
RGB Variations
Color information
#CFD5CC (or 0xCFD5CC) is known color: Ottoman. HEX triplet: CF, D5 and CC. RGB value is (207,213,204). Sum of RGB (Red+Green+Blue) = 207+213+204=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CC is #302A33. Grayscale: #D2D2D2. Windows color (decimal): -3156532 or 13424079. OLE color: 13424079.
HSL color Cylindrical-coordinate representation of color #CFD5CC: hue angle of 100º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD5CC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 204 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.16 |
| HSL | 100º | 0.1% | 0.82% | - |
| HSV(B) | 100º | 0.04% | 0.84% | - |
| XYZ | 60.43 | 65.21 | 66.53 | - |
| YUV | 210.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 204 | 0.03 | 0 | 0.04 | 0.16 | 100 | 0.1 | 0.82 |
| Hex | CF | D5 | CC | 3 | 0 | 4 | 10 | 64 | A | 52 |
| Octal | 317 | 325 | 314 | 3 | 0 | 4 | 20 | 144 | 12 | 122 |
| Binary | 11001111 | 11010101 | 11001100 | 11 | 0 | 100 | 10000 | 1100100 | 1010 | 1010010 |
Color Harmonies of #CFD5CC
Complementary color
Monochromatic Colors of #CFD5CC
Black with #CFD5CC
Text Example
Text Example
White with #CFD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5CC; }
p { color: rgb(207,213,204); }
H1.HeaderClassName
{
color: #CFD5CC;
}
.AnyTagClassName
{
color: #CFD5CC;
}
</style>
background-color css
<style>
a { background-color: #CFD5CC; }
a { background-color: rgb(207,213,204); }
div.DivClassName
{
background-color: #CFD5CC;
}
.BgClassName
{
background-color: #CFD5CC;
}
</style>
border-color css
<style>
span { border-color: #CFD5CC; }
span { border-color: rgb(207,213,204); }
td.TdClassName
{
border-color: #CFD5CC;
}
.TagClassName
{
border-color: #CFD5CC;
}
</style>