#CEBCB6

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

Shades of Wafer #CEBCB6

Tints of Wafer #CEBCB6

Color information

#CEBCB6 (or 0xCEBCB6) is unknown color: approx Wafer. HEX triplet: CE, BC and B6. RGB value is (206,188,182). Sum of RGB (Red+Green+Blue) = 206+188+182=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB6 is #314349. Grayscale: #C0C0C0. Windows color (decimal): -3228490 or 11975886. OLE color: 11975886.

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

Color convert

RGB206188182-
CMYK00.090.120.19
HSL15º19.67%76.08%-
HSV(B)15º11.65%80.78%-
XYZ51.8852.4751.65-
YUV192.7121.96137.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=35.76%
G=32.64%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618818200.090.120.191519.6776.08
HexCEBCB609C13f144c
Octal31627426601114231724114
Binary110011101011110010110110010011100100111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCB6; }

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

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

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

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

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

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

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

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