#CEBBAD

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

Shades of Wafer #CEBBAD

Tints of Wafer #CEBBAD

Color information

#CEBBAD (or 0xCEBBAD) is unknown color: approx Wafer. HEX triplet: CE, BB and AD. RGB value is (206,187,173). Sum of RGB (Red+Green+Blue) = 206+187+173=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBAD is #314452. Grayscale: #BFBFBF. Windows color (decimal): -3228755 or 11385806. OLE color: 11385806.

HSL color Cylindrical-coordinate representation of color #CEBBAD: hue angle of 25.45º 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 #CEBBAD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206187173-
CMYK00.090.160.19
HSL25.45º25.19%74.31%-
HSV(B)25.45º16.02%80.78%-
XYZ50.7751.6846.83-
YUV191.08117.79138.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=36.40%
G=33.04%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618717300.090.160.1925.4525.1974.31
HexCEBBAD09101319194a
Octal31627325501120233131112
Binary11001110101110111010110101001100001001111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBAD; }

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

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

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

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

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

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

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

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