#CEC6BA

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

Shades of Stark White #CEC6BA

Tints of Stark White #CEC6BA

Color information

#CEC6BA (or 0xCEC6BA) is unknown color: approx Stark White. HEX triplet: CE, C6 and BA. RGB value is (206,198,186). Sum of RGB (Red+Green+Blue) = 206+198+186=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BA is #313945. Grayscale: #C7C7C7. Windows color (decimal): -3225926 or 12240590. OLE color: 12240590.

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

Color convert

RGB206198186-
CMYK00.040.100.19
HSL36º16.95%76.86%-
HSV(B)36º9.71%80.78%-
XYZ54.5157.0654.59-
YUV199.02120.65132.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=34.92%
G=33.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619818600.040.100.193616.9576.86
HexCEC6BA04A1324114d
Octal3163062720412234421115
Binary1100111011000110101110100100101010011100100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6BA; }

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

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

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

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

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

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

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

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