#CEC6BD

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

Shades of Stark White #CEC6BD

Tints of Stark White #CEC6BD

Color information

#CEC6BD (or 0xCEC6BD) is unknown color: approx Stark White. HEX triplet: CE, C6 and BD. RGB value is (206,198,189). Sum of RGB (Red+Green+Blue) = 206+198+189=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BD is #313942. Grayscale: #C7C7C7. Windows color (decimal): -3225923 or 12437198. OLE color: 12437198.

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

Color convert

RGB206198189-
CMYK00.040.080.19
HSL31.76º14.78%77.45%-
HSV(B)31.76º8.25%80.78%-
XYZ54.8357.1856.29-
YUV199.37122.15132.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=34.74%
G=33.39%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619818900.040.080.1931.7614.7877.45
HexCEC6BD0481320f4d
Octal3163062750410234017115
Binary110011101100011010111101010010001001110000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6BD; }

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

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

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

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

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

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

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

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