#CEB5CF

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

Shades of Thistle #CEB5CF

Tints of Thistle #CEB5CF

Color information

#CEB5CF (or 0xCEB5CF) is unknown color: approx Thistle. HEX triplet: CE, B5 and CF. RGB value is (206,181,207). Sum of RGB (Red+Green+Blue) = 206+181+207=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CF is #314A30. Grayscale: #BFBFBF. Windows color (decimal): -3230257 or 13612494. OLE color: 13612494.

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

Color convert

RGB206181207-
CMYK0.000.1300.19
HSL297.69º21.31%76.08%-
HSV(B)297.69º12.56%81.18%-
XYZ53.2450.6766.01-
YUV191.44136.78138.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=34.68%
G=30.47%
B=34.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061812070.000.1300.19297.6921.3176.08
HexCEB5CF0D01312a154c
Octal31626531701502345225114
Binary11001110101101011100111101101010011100101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CF; }

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

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

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

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

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

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

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

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