#CEDEC0

Color #CEDEC0 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #CEDEC0

Tints of Ottoman #CEDEC0

Color information

#CEDEC0 (or 0xCEDEC0) is unknown color: approx Ottoman. HEX triplet: CE, DE and C0. RGB value is (206,222,192). Sum of RGB (Red+Green+Blue) = 206+222+192=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC0 is #31213F. Grayscale: #D5D5D5. Windows color (decimal): -3219776 or 12639950. OLE color: 12639950.

HSL color Cylindrical-coordinate representation of color #CEDEC0: hue angle of 92º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDEC0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB206222192-
CMYK0.0700.140.13
HSL92º31.25%81.18%-
HSV(B)92º13.51%87.06%-
XYZ61.0969.1760-
YUV213.8115.7122.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=33.23%
G=35.81%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221920.0700.140.139231.2581.18
HexCEDEC070ED5c1f51
Octal31633630070161513437121
Binary1100111011011110110000001110111011011011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEC0; }

 p { color: rgb(206,222,192); }

 H1.HeaderClassName
 {
   color: #CEDEC0;
 }
 .AnyTagClassName
 {
   color: #CEDEC0;
 }
</style>
background-color css

<style>
 a { background-color: #CEDEC0; }

 a { background-color: rgb(206,222,192); }

 div.DivClassName
 {
   background-color: #CEDEC0;
 }
 .BgClassName
 {
   background-color: #CEDEC0;
 }
</style>
border-color css

<style>
 span { border-color: #CEDEC0; }

 span { border-color: rgb(206,222,192); }

 td.TdClassName
 {
   border-color: #CEDEC0;
 }
 .TagClassName
 {
   border-color: #CEDEC0;
 }
</style>