Shades of Ottoman #CFD8C3
Tints of Ottoman #CFD8C3
RGB
CMYK
RGB Variations
Color information
#CFD8C3 (or 0xCFD8C3) is known color: Ottoman. HEX triplet: CF, D8 and C3. RGB value is (207,216,195). Sum of RGB (Red+Green+Blue) = 207+216+195=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8C3 is #30273C. Grayscale: #D2D2D2. Windows color (decimal): -3155773 or 12835023. OLE color: 12835023.
HSL color Cylindrical-coordinate representation of color #CFD8C3: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD8C3 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 195 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.15 |
| HSL | 85.71º | 0.21% | 0.81% | - |
| HSV(B) | 85.71º | 0.1% | 0.85% | - |
| XYZ | 60.14 | 66.32 | 61.26 | - |
| YUV | 210.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 195 | 0.04 | 0 | 0.10 | 0.15 | 85.71 | 0.21 | 0.81 |
| Hex | CF | D8 | C3 | 4 | 0 | A | F | 56 | 15 | 51 |
| Octal | 317 | 330 | 303 | 4 | 0 | 12 | 17 | 126 | 25 | 121 |
| Binary | 11001111 | 11011000 | 11000011 | 100 | 0 | 1010 | 1111 | 1010110 | 10101 | 1010001 |
Color Harmonies of #CFD8C3
Complementary color
Monochromatic Colors of #CFD8C3
Black with #CFD8C3
Text Example
Text Example
White with #CFD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8C3; }
p { color: rgb(207,216,195); }
H1.HeaderClassName
{
color: #CFD8C3;
}
.AnyTagClassName
{
color: #CFD8C3;
}
</style>
background-color css
<style>
a { background-color: #CFD8C3; }
a { background-color: rgb(207,216,195); }
div.DivClassName
{
background-color: #CFD8C3;
}
.BgClassName
{
background-color: #CFD8C3;
}
</style>
border-color css
<style>
span { border-color: #CFD8C3; }
span { border-color: rgb(207,216,195); }
td.TdClassName
{
border-color: #CFD8C3;
}
.TagClassName
{
border-color: #CFD8C3;
}
</style>