#CEBDB3

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

Shades of Wafer #CEBDB3

Tints of Wafer #CEBDB3

Color information

#CEBDB3 (or 0xCEBDB3) is unknown color: approx Wafer. HEX triplet: CE, BD and B3. RGB value is (206,189,179). Sum of RGB (Red+Green+Blue) = 206+189+179=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB3 is #31424C. Grayscale: #C1C1C1. Windows color (decimal): -3228237 or 11779534. OLE color: 11779534.

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

Color convert

RGB206189179-
CMYK00.080.130.19
HSL22.22º21.6%75.49%-
HSV(B)22.22º13.11%80.78%-
XYZ51.7952.7750.1-
YUV192.94120.13137.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=35.89%
G=32.93%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618917900.080.130.1922.2221.675.49
HexCEBDB308D1316164b
Octal31627526301015232626113
Binary1100111010111101101100110100011011001110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB3; }

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

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

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

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

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

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

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

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