#CEDDBE

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

Shades of Ottoman #CEDDBE

Tints of Ottoman #CEDDBE

Color information

#CEDDBE (or 0xCEDDBE) is unknown color: approx Ottoman. HEX triplet: CE, DD and BE. RGB value is (206,221,190). Sum of RGB (Red+Green+Blue) = 206+221+190=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBE is #312241. Grayscale: #D5D5D5. Windows color (decimal): -3220034 or 12508622. OLE color: 12508622.

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

Color convert

RGB206221190-
CMYK0.0700.140.13
HSL89.03º31.31%80.59%-
HSV(B)89.03º14.03%86.67%-
XYZ60.668.5558.75-
YUV212.98115.03123.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=33.39%
G=35.82%
B=30.79%

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
Decimal2062211900.0700.140.1389.0331.3180.59
HexCEDDBE70ED591f51
Octal31633527670161513137121
Binary1100111011011101101111101110111011011011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDBE; }

 p { color: rgb(206,221,190); }

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

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

 a { background-color: rgb(206,221,190); }

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

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

 span { border-color: rgb(206,221,190); }

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