#CEDEBE

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

Shades of Ottoman #CEDEBE

Tints of Ottoman #CEDEBE

Color information

#CEDEBE (or 0xCEDEBE) is unknown color: approx Ottoman. HEX triplet: CE, DE and BE. RGB value is (206,222,190). Sum of RGB (Red+Green+Blue) = 206+222+190=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBE is #312141. Grayscale: #D5D5D5. Windows color (decimal): -3219778 or 12508878. OLE color: 12508878.

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

Color convert

RGB206222190-
CMYK0.0700.140.13
HSL90º32.65%80.78%-
HSV(B)90º14.41%87.06%-
XYZ60.8769.0858.84-
YUV213.57114.7122.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=33.33%
G=35.92%
B=30.74%

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
Decimal2062221900.0700.140.139032.6580.78
HexCEDEBE70ED5a2151
Octal31633627670161513241121
Binary11001110110111101011111011101110110110110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEBE; }

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

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

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

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

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

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

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

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