#CEDEB6

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

Shades of Ottoman #CEDEB6

Tints of Ottoman #CEDEB6

Color information

#CEDEB6 (or 0xCEDEB6) is unknown color: approx Ottoman. HEX triplet: CE, DE and B6. RGB value is (206,222,182). Sum of RGB (Red+Green+Blue) = 206+222+182=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB6 is #312149. Grayscale: #D4D4D4. Windows color (decimal): -3219786 or 11984590. OLE color: 11984590.

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

Color convert

RGB206222182-
CMYK0.0700.180.13
HSL84º37.74%79.22%-
HSV(B)84º18.02%87.06%-
XYZ60.0268.7454.36-
YUV212.66110.7123.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=33.77%
G=36.39%
B=29.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221820.0700.180.138437.7479.22
HexCEDEB67012D54264f
Octal31633626670221512446117
Binary110011101101111010110110111010010110110101001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEB6; }

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

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

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

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

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

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

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

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