#CEC5BA

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

Shades of Stark White #CEC5BA

Tints of Stark White #CEC5BA

Color information

#CEC5BA (or 0xCEC5BA) is unknown color: approx Stark White. HEX triplet: CE, C5 and BA. RGB value is (206,197,186). Sum of RGB (Red+Green+Blue) = 206+197+186=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BA is #313A45. Grayscale: #C6C6C6. Windows color (decimal): -3226182 or 12240334. OLE color: 12240334.

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

Color convert

RGB206197186-
CMYK00.040.100.19
HSL33º16.95%76.86%-
HSV(B)33º9.71%80.78%-
XYZ54.2856.654.52-
YUV198.44120.98133.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=34.97%
G=33.45%
B=31.58%

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
Decimal20619718600.040.100.193316.9576.86
HexCEC5BA04A1321114d
Octal3163052720412234121115
Binary1100111011000101101110100100101010011100001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5BA; }

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

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

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

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

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

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

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

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