#CEB9CF

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

Shades of Thistle #CEB9CF

Tints of Thistle #CEB9CF

Color information

#CEB9CF (or 0xCEB9CF) is unknown color: approx Thistle. HEX triplet: CE, B9 and CF. RGB value is (206,185,207). Sum of RGB (Red+Green+Blue) = 206+185+207=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9CF is #314630. Grayscale: #C1C1C1. Windows color (decimal): -3229233 or 13613518. OLE color: 13613518.

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

Color convert

RGB206185207-
CMYK0.000.1100.19
HSL297.27º18.64%76.86%-
HSV(B)297.27º10.63%81.18%-
XYZ54.0752.3266.28-
YUV193.79135.46136.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=34.45%
G=30.94%
B=34.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061852070.000.1100.19297.2718.6476.86
HexCEB9CF0B013129134d
Octal31627131701302345123115
Binary11001110101110011100111101011010011100101001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9CF; }

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

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

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

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

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

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

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

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