#CEBDB4

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

Shades of Wafer #CEBDB4

Tints of Wafer #CEBDB4

Color information

#CEBDB4 (or 0xCEBDB4) is unknown color: approx Wafer. HEX triplet: CE, BD and B4. RGB value is (206,189,180). Sum of RGB (Red+Green+Blue) = 206+189+180=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB4 is #31424B. Grayscale: #C1C1C1. Windows color (decimal): -3228236 or 11845070. OLE color: 11845070.

HSL color Cylindrical-coordinate representation of color #CEBDB4: hue angle of 20.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBDB4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206189180-
CMYK00.080.130.19
HSL20.77º20.97%75.69%-
HSV(B)20.77º12.62%80.78%-
XYZ51.8952.8150.64-
YUV193.06120.63137.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=35.83%
G=32.87%
B=31.30%

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
Decimal20618918000.080.130.1920.7720.9775.69
HexCEBDB408D1315154c
Octal31627526401015232525114
Binary1100111010111101101101000100011011001110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB4; }

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

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

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

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

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

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

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

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