Shades of Ottoman #CCDFB7
Tints of Ottoman #CCDFB7
RGB
CMYK
RGB Variations
Color information
#CCDFB7 (or 0xCCDFB7) is known color: Ottoman. HEX triplet: CC, DF and B7. RGB value is (204,223,183). Sum of RGB (Red+Green+Blue) = 204+223+183=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFB7 is #332048. Grayscale: #D4D4D4. Windows color (decimal): -3350601 or 12050380. OLE color: 12050380.
HSL color Cylindrical-coordinate representation of color #CCDFB7: hue angle of 88.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDFB7 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 183 | - |
CMYK | 0.09 | 0 | 0.18 | 0.13 |
HSL | 88.5º | 0.38% | 0.8% | - |
HSV(B) | 88.5º | 0.18% | 0.87% | - |
XYZ | 59.84 | 69.03 | 54.97 | - |
YUV | 212.76 | 111.21 | 121.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 183 | 0.09 | 0 | 0.18 | 0.13 | 88.5 | 0.38 | 0.8 |
Hex | CC | DF | B7 | 9 | 0 | 12 | D | 58 | 26 | 50 |
Octal | 314 | 337 | 267 | 11 | 0 | 22 | 15 | 130 | 46 | 120 |
Binary | 11001100 | 11011111 | 10110111 | 1001 | 0 | 10010 | 1101 | 1011000 | 100110 | 1010000 |
Color Harmonies of #CCDFB7
Complementary color
Monochromatic Colors of #CCDFB7
Black with #CCDFB7
Text Example
Text Example
White with #CCDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB7; }
p { color: rgb(204,223,183); }
H1.HeaderClassName
{
color: #CCDFB7;
}
.AnyTagClassName
{
color: #CCDFB7;
}
</style>
background-color css
<style>
a { background-color: #CCDFB7; }
a { background-color: rgb(204,223,183); }
div.DivClassName
{
background-color: #CCDFB7;
}
.BgClassName
{
background-color: #CCDFB7;
}
</style>
border-color css
<style>
span { border-color: #CCDFB7; }
span { border-color: rgb(204,223,183); }
td.TdClassName
{
border-color: #CCDFB7;
}
.TagClassName
{
border-color: #CCDFB7;
}
</style>