#CEBFB9

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

Shades of Wafer #CEBFB9

Tints of Wafer #CEBFB9

Color information

#CEBFB9 (or 0xCEBFB9) is unknown color: approx Wafer. HEX triplet: CE, BF and B9. RGB value is (206,191,185). Sum of RGB (Red+Green+Blue) = 206+191+185=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFB9 is #314046. Grayscale: #C2C2C2. Windows color (decimal): -3227719 or 12173262. OLE color: 12173262.

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

Color convert

RGB206191185-
CMYK00.070.100.19
HSL17.14º17.65%76.67%-
HSV(B)17.14º10.19%80.78%-
XYZ52.8453.8953.51-
YUV194.8122.47135.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=35.40%
G=32.82%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619118500.070.100.1917.1417.6576.67
HexCEBFB907A1311124d
Octal3162772710712232122115
Binary110011101011111110111001011110101001110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFB9; }

 p { color: rgb(206,191,185); }

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

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

 a { background-color: rgb(206,191,185); }

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

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

 span { border-color: rgb(206,191,185); }

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