#CEBDB0

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

Shades of Wafer #CEBDB0

Tints of Wafer #CEBDB0

Color information

#CEBDB0 (or 0xCEBDB0) is unknown color: approx Wafer. HEX triplet: CE, BD and B0. RGB value is (206,189,176). Sum of RGB (Red+Green+Blue) = 206+189+176=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDB0 is #31424F. Grayscale: #C0C0C0. Windows color (decimal): -3228240 or 11582926. OLE color: 11582926.

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

Color convert

RGB206189176-
CMYK00.080.150.19
HSL26º23.44%74.9%-
HSV(B)26º14.56%80.78%-
XYZ51.4952.6548.52-
YUV192.6118.63137.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=36.08%
G=33.10%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618917600.080.150.192623.4474.9
HexCEBDB008F131a174b
Octal31627526001017233227113
Binary1100111010111101101100000100011111001111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB0; }

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

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

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

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

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

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

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

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