#CEBBB1

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

Shades of Wafer #CEBBB1

Tints of Wafer #CEBBB1

Color information

#CEBBB1 (or 0xCEBBB1) is unknown color: approx Wafer. HEX triplet: CE, BB and B1. RGB value is (206,187,177). Sum of RGB (Red+Green+Blue) = 206+187+177=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBB1 is #31444E. Grayscale: #BFBFBF. Windows color (decimal): -3228751 or 11647950. OLE color: 11647950.

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

Color convert

RGB206187177-
CMYK00.090.140.19
HSL20.69º22.83%75.1%-
HSV(B)20.69º14.08%80.78%-
XYZ51.1651.8448.9-
YUV191.54119.79138.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=36.14%
G=32.81%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618717700.090.140.1920.6922.8375.1
HexCEBBB109E1315174b
Octal31627326101116232527113
Binary1100111010111011101100010100111101001110101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBB1; }

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

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

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

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

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

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

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

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