#CEBDB2

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

Shades of Wafer #CEBDB2

Tints of Wafer #CEBDB2

Color information

#CEBDB2 (or 0xCEBDB2) is unknown color: approx Wafer. HEX triplet: CE, BD and B2. RGB value is (206,189,178). Sum of RGB (Red+Green+Blue) = 206+189+178=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDB2 is #31424D. Grayscale: #C0C0C0. Windows color (decimal): -3228238 or 11713998. OLE color: 11713998.

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

Color convert

RGB206189178-
CMYK00.080.140.19
HSL23.57º22.22%75.29%-
HSV(B)23.57º13.59%80.78%-
XYZ51.6952.7349.57-
YUV192.83119.63137.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=35.95%
G=32.98%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618917800.080.140.1923.5722.2275.29
HexCEBDB208E1318164b
Octal31627526201016233026113
Binary1100111010111101101100100100011101001111000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB2; }

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

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

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

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

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

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

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

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