Shades of Ottoman #CEDFC1
Tints of Ottoman #CEDFC1
RGB
CMYK
RGB Variations
Color information
#CEDFC1 (or 0xCEDFC1) is known color: Ottoman. HEX triplet: CE, DF and C1. RGB value is (206,223,193). Sum of RGB (Red+Green+Blue) = 206+223+193=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC1 is #31203E. Grayscale: #D6D6D6. Windows color (decimal): -3219519 or 12705742. OLE color: 12705742.
HSL color Cylindrical-coordinate representation of color #CEDFC1: hue angle of 94º 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 #CEDFC1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 193 | - |
CMYK | 0.08 | 0 | 0.13 | 0.13 |
HSL | 94º | 0.32% | 0.82% | - |
HSV(B) | 94º | 0.13% | 0.87% | - |
XYZ | 61.47 | 69.75 | 60.68 | - |
YUV | 214.5 | 115.87 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 193 | 0.08 | 0 | 0.13 | 0.13 | 94 | 0.32 | 0.82 |
Hex | CE | DF | C1 | 8 | 0 | D | D | 5E | 20 | 52 |
Octal | 316 | 337 | 301 | 10 | 0 | 15 | 15 | 136 | 40 | 122 |
Binary | 11001110 | 11011111 | 11000001 | 1000 | 0 | 1101 | 1101 | 1011110 | 100000 | 1010010 |
Color Harmonies of #CEDFC1
Complementary color
Monochromatic Colors of #CEDFC1
Black with #CEDFC1
Text Example
Text Example
White with #CEDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC1; }
p { color: rgb(206,223,193); }
H1.HeaderClassName
{
color: #CEDFC1;
}
.AnyTagClassName
{
color: #CEDFC1;
}
</style>
background-color css
<style>
a { background-color: #CEDFC1; }
a { background-color: rgb(206,223,193); }
div.DivClassName
{
background-color: #CEDFC1;
}
.BgClassName
{
background-color: #CEDFC1;
}
</style>
border-color css
<style>
span { border-color: #CEDFC1; }
span { border-color: rgb(206,223,193); }
td.TdClassName
{
border-color: #CEDFC1;
}
.TagClassName
{
border-color: #CEDFC1;
}
</style>