#CEBDB7

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

Shades of Wafer #CEBDB7

Tints of Wafer #CEBDB7

Color information

#CEBDB7 (or 0xCEBDB7) is unknown color: approx Wafer. HEX triplet: CE, BD and B7. RGB value is (206,189,183). Sum of RGB (Red+Green+Blue) = 206+189+183=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB7 is #314248. Grayscale: #C1C1C1. Windows color (decimal): -3228233 or 12041678. OLE color: 12041678.

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

Color convert

RGB206189183-
CMYK00.080.110.19
HSL15.65º19.01%76.27%-
HSV(B)15.65º11.17%80.78%-
XYZ52.252.9452.27-
YUV193.4122.13136.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=35.64%
G=32.70%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618918300.080.110.1915.6519.0176.27
HexCEBDB708B1310134c
Octal31627526701013232023114
Binary1100111010111101101101110100010111001110000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDB7; }

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

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

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

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

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

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

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

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