#CEBAAD

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

Shades of Wafer #CEBAAD

Tints of Wafer #CEBAAD

Color information

#CEBAAD (or 0xCEBAAD) is unknown color: approx Wafer. HEX triplet: CE, BA and AD. RGB value is (206,186,173). Sum of RGB (Red+Green+Blue) = 206+186+173=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAAD is #314552. Grayscale: #BEBEBE. Windows color (decimal): -3229011 or 11385550. OLE color: 11385550.

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

Color convert

RGB206186173-
CMYK00.100.160.19
HSL23.64º25.19%74.31%-
HSV(B)23.64º16.02%80.78%-
XYZ50.5651.2646.76-
YUV190.5118.13139.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=36.46%
G=32.92%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618617300.100.160.1923.6425.1974.31
HexCEBAAD0A101318194a
Octal31627225501220233031112
Binary11001110101110101010110101010100001001111000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAAD; }

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

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

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

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

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

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

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

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