#CEBDB1

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

Shades of Wafer #CEBDB1

Tints of Wafer #CEBDB1

Color information

#CEBDB1 (or 0xCEBDB1) is unknown color: approx Wafer. HEX triplet: CE, BD and B1. RGB value is (206,189,177). Sum of RGB (Red+Green+Blue) = 206+189+177=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDB1 is #31424E. Grayscale: #C0C0C0. Windows color (decimal): -3228239 or 11648462. OLE color: 11648462.

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

Color convert

RGB206189177-
CMYK00.080.140.19
HSL24.83º22.83%75.1%-
HSV(B)24.83º14.08%80.78%-
XYZ51.5952.6949.05-
YUV192.71119.13137.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=36.01%
G=33.04%
B=30.94%

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
Decimal20618917700.080.140.1924.8322.8375.1
HexCEBDB108E1319174b
Octal31627526101016233127113
Binary1100111010111101101100010100011101001111001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB1; }

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

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

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

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

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

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

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

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