Shades of Ottoman #CFDEC7
Tints of Ottoman #CFDEC7
RGB
CMYK
RGB Variations
Color information
#CFDEC7 (or 0xCFDEC7) is known color: Ottoman. HEX triplet: CF, DE and C7. RGB value is (207,222,199). Sum of RGB (Red+Green+Blue) = 207+222+199=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC7 is #302138. Grayscale: #D6D6D6. Windows color (decimal): -3154233 or 13098703. OLE color: 13098703.
HSL color Cylindrical-coordinate representation of color #CFDEC7: hue angle of 99.13º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDEC7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 199 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.13 |
| HSL | 99.13º | 0.26% | 0.83% | - |
| HSV(B) | 99.13º | 0.1% | 0.87% | - |
| XYZ | 62.16 | 69.63 | 64.2 | - |
| YUV | 214.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 199 | 0.07 | 0 | 0.10 | 0.13 | 99.13 | 0.26 | 0.83 |
| Hex | CF | DE | C7 | 7 | 0 | A | D | 63 | 1A | 53 |
| Octal | 317 | 336 | 307 | 7 | 0 | 12 | 15 | 143 | 32 | 123 |
| Binary | 11001111 | 11011110 | 11000111 | 111 | 0 | 1010 | 1101 | 1100011 | 11010 | 1010011 |
Color Harmonies of #CFDEC7
Complementary color
Monochromatic Colors of #CFDEC7
Black with #CFDEC7
Text Example
Text Example
White with #CFDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEC7; }
p { color: rgb(207,222,199); }
H1.HeaderClassName
{
color: #CFDEC7;
}
.AnyTagClassName
{
color: #CFDEC7;
}
</style>
background-color css
<style>
a { background-color: #CFDEC7; }
a { background-color: rgb(207,222,199); }
div.DivClassName
{
background-color: #CFDEC7;
}
.BgClassName
{
background-color: #CFDEC7;
}
</style>
border-color css
<style>
span { border-color: #CFDEC7; }
span { border-color: rgb(207,222,199); }
td.TdClassName
{
border-color: #CFDEC7;
}
.TagClassName
{
border-color: #CFDEC7;
}
</style>