#CEBAB2

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

Shades of Wafer #CEBAB2

Tints of Wafer #CEBAB2

Color information

#CEBAB2 (or 0xCEBAB2) is unknown color: approx Wafer. HEX triplet: CE, BA and B2. RGB value is (206,186,178). Sum of RGB (Red+Green+Blue) = 206+186+178=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAB2 is #31454D. Grayscale: #BFBFBF. Windows color (decimal): -3229006 or 11713230. OLE color: 11713230.

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

Color convert

RGB206186178-
CMYK00.100.140.19
HSL17.14º22.22%75.29%-
HSV(B)17.14º13.59%80.78%-
XYZ51.0551.4549.36-
YUV191.07120.63138.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=36.14%
G=32.63%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618617800.100.140.1917.1422.2275.29
HexCEBAB20AE1311164b
Octal31627226201216232126113
Binary1100111010111010101100100101011101001110001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAB2; }

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

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

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

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

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

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

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

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