#CEC8BD

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

Shades of Stark White #CEC8BD

Tints of Stark White #CEC8BD

Color information

#CEC8BD (or 0xCEC8BD) is unknown color: approx Stark White. HEX triplet: CE, C8 and BD. RGB value is (206,200,189). Sum of RGB (Red+Green+Blue) = 206+200+189=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BD is #313742. Grayscale: #C8C8C8. Windows color (decimal): -3225411 or 12437710. OLE color: 12437710.

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

Color convert

RGB206200189-
CMYK00.030.080.19
HSL38.82º14.78%77.45%-
HSV(B)38.82º8.25%80.78%-
XYZ55.2958.156.45-
YUV200.54121.49131.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=34.62%
G=33.61%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620018900.030.080.1938.8214.7877.45
HexCEC8BD0381327f4d
Octal3163102750310234717115
Binary11001110110010001011110101110001001110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8BD; }

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

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

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

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

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

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

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

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