#CEBCB4

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

Shades of Wafer #CEBCB4

Tints of Wafer #CEBCB4

Color information

#CEBCB4 (or 0xCEBCB4) is unknown color: approx Wafer. HEX triplet: CE, BC and B4. RGB value is (206,188,180). Sum of RGB (Red+Green+Blue) = 206+188+180=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB4 is #31434B. Grayscale: #C0C0C0. Windows color (decimal): -3228492 or 11844814. OLE color: 11844814.

HSL color Cylindrical-coordinate representation of color #CEBCB4: hue angle of 18.46º 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 #CEBCB4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206188180-
CMYK00.090.130.19
HSL18.46º20.97%75.69%-
HSV(B)18.46º12.62%80.78%-
XYZ51.6852.3850.57-
YUV192.47120.96137.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=35.89%
G=32.75%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618818000.090.130.1918.4620.9775.69
HexCEBCB409D1312154c
Octal31627426401115232225114
Binary1100111010111100101101000100111011001110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCB4; }

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

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

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

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

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

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

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

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