#CEDEB9

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

Shades of Ottoman #CEDEB9

Tints of Ottoman #CEDEB9

Color information

#CEDEB9 (or 0xCEDEB9) is unknown color: approx Ottoman. HEX triplet: CE, DE and B9. RGB value is (206,222,185). Sum of RGB (Red+Green+Blue) = 206+222+185=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB9 is #312146. Grayscale: #D5D5D5. Windows color (decimal): -3219783 or 12181198. OLE color: 12181198.

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

Color convert

RGB206222185-
CMYK0.0700.170.13
HSL85.95º35.92%79.8%-
HSV(B)85.95º16.67%87.06%-
XYZ60.3368.8756.01-
YUV213112.2123.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=33.61%
G=36.22%
B=30.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221850.0700.170.1385.9535.9279.8
HexCEDEB97011D562450
Octal31633627170211512644120
Binary110011101101111010111001111010001110110101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEB9; }

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

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

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

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

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

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

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

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