#CEB6D1

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

Shades of Thistle #CEB6D1

Tints of Thistle #CEB6D1

Color information

#CEB6D1 (or 0xCEB6D1) is unknown color: approx Thistle. HEX triplet: CE, B6 and D1. RGB value is (206,182,209). Sum of RGB (Red+Green+Blue) = 206+182+209=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6D1 is #31492E. Grayscale: #C0C0C0. Windows color (decimal): -3229999 or 13743822. OLE color: 13743822.

HSL color Cylindrical-coordinate representation of color #CEB6D1: hue angle of 293.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB6D1 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206182209-
CMYK0.010.1300.18
HSL293.33º22.69%76.67%-
HSV(B)293.33º12.92%81.96%-
XYZ53.6951.1867.37-
YUV192.25137.45137.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=34.51%
G=30.49%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061822090.010.1300.18293.3322.6976.67
HexCEB6D11D012125174d
Octal31626632111502244527115
Binary11001110101101101101000111101010010100100101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6D1; }

 p { color: rgb(206,182,209); }

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

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

 a { background-color: rgb(206,182,209); }

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

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

 span { border-color: rgb(206,182,209); }

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