#CEB8CB

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

Shades of Thistle #CEB8CB

Tints of Thistle #CEB8CB

Color information

#CEB8CB (or 0xCEB8CB) is unknown color: approx Thistle. HEX triplet: CE, B8 and CB. RGB value is (206,184,203). Sum of RGB (Red+Green+Blue) = 206+184+203=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CB is #314734. Grayscale: #C0C0C0. Windows color (decimal): -3229493 or 13351118. OLE color: 13351118.

HSL color Cylindrical-coordinate representation of color #CEB8CB: hue angle of 308.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8CB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206184203-
CMYK00.110.010.19
HSL308.18º18.33%76.47%-
HSV(B)308.18º10.68%80.78%-
XYZ53.3751.7163.67-
YUV192.74133.79137.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=34.74%
G=31.03%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618420300.110.010.19308.1818.3376.47
HexCEB8CB0B113134124c
Octal31627031301312346422114
Binary11001110101110001100101101011110011100110100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8CB; }

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

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

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

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

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

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

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

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