#CEDEBA

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

Shades of Ottoman #CEDEBA

Tints of Ottoman #CEDEBA

Color information

#CEDEBA (or 0xCEDEBA) is unknown color: approx Ottoman. HEX triplet: CE, DE and BA. RGB value is (206,222,186). Sum of RGB (Red+Green+Blue) = 206+222+186=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBA is #312145. Grayscale: #D5D5D5. Windows color (decimal): -3219782 or 12246734. OLE color: 12246734.

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

Color convert

RGB206222186-
CMYK0.0700.160.13
HSL86.67º35.29%80%-
HSV(B)86.67º16.22%87.06%-
XYZ60.4468.9156.57-
YUV213.11112.7122.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=33.55%
G=36.16%
B=30.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221860.0700.160.1386.6735.2980
HexCEDEBA7010D572350
Octal31633627270201512743120
Binary110011101101111010111010111010000110110101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEBA; }

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

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

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

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

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

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

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

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