#CEBBB6

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

Shades of Wafer #CEBBB6

Tints of Wafer #CEBBB6

Color information

#CEBBB6 (or 0xCEBBB6) is unknown color: approx Wafer. HEX triplet: CE, BB and B6. RGB value is (206,187,182). Sum of RGB (Red+Green+Blue) = 206+187+182=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBB6 is #314449. Grayscale: #C0C0C0. Windows color (decimal): -3228746 or 11975630. OLE color: 11975630.

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

Color convert

RGB206187182-
CMYK00.090.120.19
HSL12.5º19.67%76.08%-
HSV(B)12.5º11.65%80.78%-
XYZ51.6752.0451.58-
YUV192.11122.29137.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=35.83%
G=32.52%
B=31.65%

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
Decimal20618718200.090.120.1912.519.6776.08
HexCEBBB609C13d144c
Octal31627326601114231524114
Binary110011101011101110110110010011100100111101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBB6; }

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

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

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

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

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

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

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

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