#CEC0BB

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

Shades of Wafer #CEC0BB

Tints of Wafer #CEC0BB

Color information

#CEC0BB (or 0xCEC0BB) is unknown color: approx Wafer. HEX triplet: CE, C0 and BB. RGB value is (206,192,187). Sum of RGB (Red+Green+Blue) = 206+192+187=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0BB is #313F44. Grayscale: #C3C3C3. Windows color (decimal): -3227461 or 12304590. OLE color: 12304590.

HSL color Cylindrical-coordinate representation of color #CEC0BB: hue angle of 15.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC0BB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206192187-
CMYK00.070.090.19
HSL15.79º16.24%77.06%-
HSV(B)15.79º9.22%80.78%-
XYZ53.2754.4154.71-
YUV195.62123.14135.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=35.21%
G=32.82%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619218700.070.090.1915.7916.2477.06
HexCEC0BB0791310104d
Octal3163002730711232020115
Binary110011101100000010111011011110011001110000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0BB; }

 p { color: rgb(206,192,187); }

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

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

 a { background-color: rgb(206,192,187); }

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

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

 span { border-color: rgb(206,192,187); }

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