Shades of Ottoman #CCDFC1
Tints of Ottoman #CCDFC1
RGB
CMYK
RGB Variations
Color information
#CCDFC1 (or 0xCCDFC1) is known color: Ottoman. HEX triplet: CC, DF and C1. RGB value is (204,223,193). Sum of RGB (Red+Green+Blue) = 204+223+193=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC1 is #33203E. Grayscale: #D5D5D5. Windows color (decimal): -3350591 or 12705740. OLE color: 12705740.
HSL color Cylindrical-coordinate representation of color #CCDFC1: hue angle of 98º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDFC1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 193 | - |
CMYK | 0.09 | 0 | 0.13 | 0.13 |
HSL | 98º | 0.32% | 0.82% | - |
HSV(B) | 98º | 0.13% | 0.87% | - |
XYZ | 60.92 | 69.46 | 60.65 | - |
YUV | 213.9 | 116.21 | 120.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 193 | 0.09 | 0 | 0.13 | 0.13 | 98 | 0.32 | 0.82 |
Hex | CC | DF | C1 | 9 | 0 | D | D | 62 | 20 | 52 |
Octal | 314 | 337 | 301 | 11 | 0 | 15 | 15 | 142 | 40 | 122 |
Binary | 11001100 | 11011111 | 11000001 | 1001 | 0 | 1101 | 1101 | 1100010 | 100000 | 1010010 |
Color Harmonies of #CCDFC1
Complementary color
Monochromatic Colors of #CCDFC1
Black with #CCDFC1
Text Example
Text Example
White with #CCDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC1; }
p { color: rgb(204,223,193); }
H1.HeaderClassName
{
color: #CCDFC1;
}
.AnyTagClassName
{
color: #CCDFC1;
}
</style>
background-color css
<style>
a { background-color: #CCDFC1; }
a { background-color: rgb(204,223,193); }
div.DivClassName
{
background-color: #CCDFC1;
}
.BgClassName
{
background-color: #CCDFC1;
}
</style>
border-color css
<style>
span { border-color: #CCDFC1; }
span { border-color: rgb(204,223,193); }
td.TdClassName
{
border-color: #CCDFC1;
}
.TagClassName
{
border-color: #CCDFC1;
}
</style>