#CEB5CD

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

Shades of Thistle #CEB5CD

Tints of Thistle #CEB5CD

Color information

#CEB5CD (or 0xCEB5CD) is unknown color: approx Thistle. HEX triplet: CE, B5 and CD. RGB value is (206,181,205). Sum of RGB (Red+Green+Blue) = 206+181+205=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CD is #314A32. Grayscale: #BFBFBF. Windows color (decimal): -3230259 or 13481422. OLE color: 13481422.

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

Color convert

RGB206181205-
CMYK00.120.000.19
HSL302.4º20.33%75.88%-
HSV(B)302.4º12.14%80.78%-
XYZ5350.5864.73-
YUV191.21135.78138.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=34.80%
G=30.57%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618120500.120.000.19302.420.3375.88
HexCEB5CD0C01312e144c
Octal31626531501402345624114
Binary11001110101101011100110101100010011100101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CD; }

 p { color: rgb(206,181,205); }

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

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

 a { background-color: rgb(206,181,205); }

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

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

 span { border-color: rgb(206,181,205); }

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