#CEB4CD

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

Shades of Thistle #CEB4CD

Tints of Thistle #CEB4CD

Color information

#CEB4CD (or 0xCEB4CD) is unknown color: approx Thistle. HEX triplet: CE, B4 and CD. RGB value is (206,180,205). Sum of RGB (Red+Green+Blue) = 206+180+205=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CD is #314B32. Grayscale: #BEBEBE. Windows color (decimal): -3230515 or 13481166. OLE color: 13481166.

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

Color convert

RGB206180205-
CMYK00.130.000.19
HSL302.31º20.97%75.69%-
HSV(B)302.31º12.62%80.78%-
XYZ52.7950.1764.66-
YUV190.62136.11138.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=34.86%
G=30.46%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618020500.130.000.19302.3120.9775.69
HexCEB4CD0D01312e154c
Octal31626431501502345625114
Binary11001110101101001100110101101010011100101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4CD; }

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

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

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

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

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

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

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

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