#CEBACB

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

Shades of Thistle #CEBACB

Tints of Thistle #CEBACB

Color information

#CEBACB (or 0xCEBACB) is unknown color: approx Thistle. HEX triplet: CE, BA and CB. RGB value is (206,186,203). Sum of RGB (Red+Green+Blue) = 206+186+203=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBACB is #314534. Grayscale: #C1C1C1. Windows color (decimal): -3228981 or 13351630. OLE color: 13351630.

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

Color convert

RGB206186203-
CMYK00.100.010.19
HSL309º16.95%76.86%-
HSV(B)309º9.71%80.78%-
XYZ53.7952.5563.81-
YUV193.92133.13136.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=34.62%
G=31.26%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618620300.100.010.1930916.9576.86
HexCEBACB0A113135114d
Octal31627231301212346521115
Binary11001110101110101100101101010110011100110101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBACB; }

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

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

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

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

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

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

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

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