#CEBCB3

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

Shades of Wafer #CEBCB3

Tints of Wafer #CEBCB3

Color information

#CEBCB3 (or 0xCEBCB3) is unknown color: approx Wafer. HEX triplet: CE, BC and B3. RGB value is (206,188,179). Sum of RGB (Red+Green+Blue) = 206+188+179=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB3 is #31434C. Grayscale: #C0C0C0. Windows color (decimal): -3228493 or 11779278. OLE color: 11779278.

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

Color convert

RGB206188179-
CMYK00.090.130.19
HSL20º21.6%75.49%-
HSV(B)20º13.11%80.78%-
XYZ51.5752.3450.03-
YUV192.36120.46137.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=35.95%
G=32.81%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618817900.090.130.192021.675.49
HexCEBCB309D1314164b
Octal31627426301115232426113
Binary1100111010111100101100110100111011001110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCB3; }

 p { color: rgb(206,188,179); }

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

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

 a { background-color: rgb(206,188,179); }

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

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

 span { border-color: rgb(206,188,179); }

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