#CEDEB5

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

Shades of Ottoman #CEDEB5

Tints of Ottoman #CEDEB5

Color information

#CEDEB5 (or 0xCEDEB5) is unknown color: approx Ottoman. HEX triplet: CE, DE and B5. RGB value is (206,222,181). Sum of RGB (Red+Green+Blue) = 206+222+181=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB5 is #31214A. Grayscale: #D4D4D4. Windows color (decimal): -3219787 or 11919054. OLE color: 11919054.

HSL color Cylindrical-coordinate representation of color #CEDEB5: hue angle of 83.41º 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 #CEDEB5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB206222181-
CMYK0.0700.180.13
HSL83.41º38.32%79.02%-
HSV(B)83.41º18.47%87.06%-
XYZ59.9268.753.82-
YUV212.54110.2123.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=33.83%
G=36.45%
B=29.72%

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
Decimal2062221810.0700.180.1383.4138.3279.02
HexCEDEB57012D53264f
Octal31633626570221512346117
Binary110011101101111010110101111010010110110100111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEB5; }

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

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

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

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

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

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

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

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