Shades of Ottoman #CFDDC1
Tints of Ottoman #CFDDC1
RGB
CMYK
RGB Variations
Color information
#CFDDC1 (or 0xCFDDC1) is known color: Ottoman. HEX triplet: CF, DD and C1. RGB value is (207,221,193). Sum of RGB (Red+Green+Blue) = 207+221+193=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC1 is #30223E. Grayscale: #D5D5D5. Windows color (decimal): -3154495 or 12705231. OLE color: 12705231.
HSL color Cylindrical-coordinate representation of color #CFDDC1: hue angle of 90º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDDC1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 193 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.13 |
| HSL | 90º | 0.29% | 0.81% | - |
| HSV(B) | 90º | 0.13% | 0.87% | - |
| XYZ | 61.21 | 68.83 | 60.51 | - |
| YUV | 213.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 193 | 0.06 | 0 | 0.13 | 0.13 | 90 | 0.29 | 0.81 |
| Hex | CF | DD | C1 | 6 | 0 | D | D | 5A | 1D | 51 |
| Octal | 317 | 335 | 301 | 6 | 0 | 15 | 15 | 132 | 35 | 121 |
| Binary | 11001111 | 11011101 | 11000001 | 110 | 0 | 1101 | 1101 | 1011010 | 11101 | 1010001 |
Color Harmonies of #CFDDC1
Complementary color
Monochromatic Colors of #CFDDC1
Black with #CFDDC1
Text Example
Text Example
White with #CFDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDC1; }
p { color: rgb(207,221,193); }
H1.HeaderClassName
{
color: #CFDDC1;
}
.AnyTagClassName
{
color: #CFDDC1;
}
</style>
background-color css
<style>
a { background-color: #CFDDC1; }
a { background-color: rgb(207,221,193); }
div.DivClassName
{
background-color: #CFDDC1;
}
.BgClassName
{
background-color: #CFDDC1;
}
</style>
border-color css
<style>
span { border-color: #CFDDC1; }
span { border-color: rgb(207,221,193); }
td.TdClassName
{
border-color: #CFDDC1;
}
.TagClassName
{
border-color: #CFDDC1;
}
</style>