Shades of Ottoman #CFD5C9
Tints of Ottoman #CFD5C9
RGB
CMYK
RGB Variations
Color information
#CFD5C9 (or 0xCFD5C9) is known color: Ottoman. HEX triplet: CF, D5 and C9. RGB value is (207,213,201). Sum of RGB (Red+Green+Blue) = 207+213+201=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5C9 is #302A36. Grayscale: #D1D1D1. Windows color (decimal): -3156535 or 13227471. OLE color: 13227471.
HSL color Cylindrical-coordinate representation of color #CFD5C9: hue angle of 90º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD5C9 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 213 | 201 | - |
CMYK | 0.03 | 0 | 0.06 | 0.16 |
HSL | 90º | 0.13% | 0.81% | - |
HSV(B) | 90º | 0.06% | 0.84% | - |
XYZ | 60.07 | 65.07 | 64.65 | - |
YUV | 209.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 213 | 201 | 0.03 | 0 | 0.06 | 0.16 | 90 | 0.13 | 0.81 |
Hex | CF | D5 | C9 | 3 | 0 | 6 | 10 | 5A | C | 51 |
Octal | 317 | 325 | 311 | 3 | 0 | 6 | 20 | 132 | 14 | 121 |
Binary | 11001111 | 11010101 | 11001001 | 11 | 0 | 110 | 10000 | 1011010 | 1100 | 1010001 |
Color Harmonies of #CFD5C9
Complementary color
Monochromatic Colors of #CFD5C9
Black with #CFD5C9
Text Example
Text Example
White with #CFD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5C9; }
p { color: rgb(207,213,201); }
H1.HeaderClassName
{
color: #CFD5C9;
}
.AnyTagClassName
{
color: #CFD5C9;
}
</style>
background-color css
<style>
a { background-color: #CFD5C9; }
a { background-color: rgb(207,213,201); }
div.DivClassName
{
background-color: #CFD5C9;
}
.BgClassName
{
background-color: #CFD5C9;
}
</style>
border-color css
<style>
span { border-color: #CFD5C9; }
span { border-color: rgb(207,213,201); }
td.TdClassName
{
border-color: #CFD5C9;
}
.TagClassName
{
border-color: #CFD5C9;
}
</style>