#CEC6CD

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

Shades of Thistle #CEC6CD

Tints of Thistle #CEC6CD

Color information

#CEC6CD (or 0xCEC6CD) is unknown color: approx Thistle. HEX triplet: CE, C6 and CD. RGB value is (206,198,205). Sum of RGB (Red+Green+Blue) = 206+198+205=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6CD is #313932. Grayscale: #C9C9C9. Windows color (decimal): -3225907 or 13485774. OLE color: 13485774.

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

Color convert

RGB206198205-
CMYK00.040.000.19
HSL307.5º7.55%79.22%-
HSV(B)307.5º3.88%80.78%-
XYZ56.6757.9265.95-
YUV201.19130.15131.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=33.83%
G=32.51%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619820500.040.000.19307.57.5579.22
HexCEC6CD0401313484f
Octal3163063150402346410117
Binary110011101100011011001101010001001110011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6CD; }

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

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

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

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

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

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

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

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