#CEB4CF

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

Shades of Thistle #CEB4CF

Tints of Thistle #CEB4CF

Color information

#CEB4CF (or 0xCEB4CF) is unknown color: approx Thistle. HEX triplet: CE, B4 and CF. RGB value is (206,180,207). Sum of RGB (Red+Green+Blue) = 206+180+207=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CF is #314B30. Grayscale: #BEBEBE. Windows color (decimal): -3230513 or 13612238. OLE color: 13612238.

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

Color convert

RGB206180207-
CMYK0.000.1300.19
HSL297.78º21.95%75.88%-
HSV(B)297.78º13.04%81.18%-
XYZ53.0450.2765.94-
YUV190.85137.11138.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=34.74%
G=30.35%
B=34.91%

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
Decimal2061802070.000.1300.19297.7821.9575.88
HexCEB4CF0D01312a164c
Octal31626431701502345226114
Binary11001110101101001100111101101010011100101010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4CF; }

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

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

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

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

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

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

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

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