#CEB4CE

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

Shades of Thistle #CEB4CE

Tints of Thistle #CEB4CE

Color information

#CEB4CE (or 0xCEB4CE) is unknown color: approx Thistle. HEX triplet: CE, B4 and CE. RGB value is (206,180,206). Sum of RGB (Red+Green+Blue) = 206+180+206=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CE is #314B31. Grayscale: #BEBEBE. Windows color (decimal): -3230514 or 13546702. OLE color: 13546702.

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

Color convert

RGB206180206-
CMYK00.1300.19
HSL300º20.97%75.69%-
HSV(B)300º12.62%80.78%-
XYZ52.9250.2265.3-
YUV190.74136.61138.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=34.80%
G=30.41%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618020600.1300.1930020.9775.69
HexCEB4CE0D01312c154c
Octal31626431601502345425114
Binary11001110101101001100111001101010011100101100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4CE; }

 p { color: rgb(206,180,206); }

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

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

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

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

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

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

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