#CEBDAE

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

Shades of Soft Amber #CEBDAE

Tints of Soft Amber #CEBDAE

Color information

#CEBDAE (or 0xCEBDAE) is unknown color: approx Soft Amber. HEX triplet: CE, BD and AE. RGB value is (206,189,174). Sum of RGB (Red+Green+Blue) = 206+189+174=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAE is #314251. Grayscale: #C0C0C0. Windows color (decimal): -3228242 or 11451854. OLE color: 11451854.

HSL color Cylindrical-coordinate representation of color #CEBDAE: hue angle of 28.13º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBDAE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206189174-
CMYK00.080.160.19
HSL28.13º24.62%74.51%-
HSV(B)28.13º15.53%80.78%-
XYZ51.2952.5747.49-
YUV192.37117.63137.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=36.20%
G=33.22%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618917400.080.160.1928.1324.6274.51
HexCEBDAE0810131c194b
Octal31627525601020233431113
Binary11001110101111011010111001000100001001111100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDAE; }

 p { color: rgb(206,189,174); }

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

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

 a { background-color: rgb(206,189,174); }

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

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

 span { border-color: rgb(206,189,174); }

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