Shades of Ottoman #CCDFB4
Tints of Ottoman #CCDFB4
RGB
CMYK
RGB Variations
Color information
#CCDFB4 (or 0xCCDFB4) is known color: Ottoman. HEX triplet: CC, DF and B4. RGB value is (204,223,180). Sum of RGB (Red+Green+Blue) = 204+223+180=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFB4 is #33204B. Grayscale: #D4D4D4. Windows color (decimal): -3350604 or 11853772. OLE color: 11853772.
HSL color Cylindrical-coordinate representation of color #CCDFB4: hue angle of 86.51º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDFB4 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 180 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.13 |
| HSL | 86.51º | 0.4% | 0.79% | - |
| HSV(B) | 86.51º | 0.19% | 0.87% | - |
| XYZ | 59.53 | 68.91 | 53.34 | - |
| YUV | 212.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 180 | 0.09 | 0 | 0.19 | 0.13 | 86.51 | 0.4 | 0.79 |
| Hex | CC | DF | B4 | 9 | 0 | 13 | D | 57 | 28 | 4F |
| Octal | 314 | 337 | 264 | 11 | 0 | 23 | 15 | 127 | 50 | 117 |
| Binary | 11001100 | 11011111 | 10110100 | 1001 | 0 | 10011 | 1101 | 1010111 | 101000 | 1001111 |
Color Harmonies of #CCDFB4
Complementary color
Monochromatic Colors of #CCDFB4
Black with #CCDFB4
Text Example
Text Example
White with #CCDFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB4; }
p { color: rgb(204,223,180); }
H1.HeaderClassName
{
color: #CCDFB4;
}
.AnyTagClassName
{
color: #CCDFB4;
}
</style>
background-color css
<style>
a { background-color: #CCDFB4; }
a { background-color: rgb(204,223,180); }
div.DivClassName
{
background-color: #CCDFB4;
}
.BgClassName
{
background-color: #CCDFB4;
}
</style>
border-color css
<style>
span { border-color: #CCDFB4; }
span { border-color: rgb(204,223,180); }
td.TdClassName
{
border-color: #CCDFB4;
}
.TagClassName
{
border-color: #CCDFB4;
}
</style>