#CEC8CD

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

Shades of Thistle #CEC8CD

Tints of Thistle #CEC8CD

Color information

#CEC8CD (or 0xCEC8CD) is unknown color: approx Thistle. HEX triplet: CE, C8 and CD. RGB value is (206,200,205). Sum of RGB (Red+Green+Blue) = 206+200+205=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CD is #313732. Grayscale: #CACACA. Windows color (decimal): -3225395 or 13486286. OLE color: 13486286.

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

Color convert

RGB206200205-
CMYK00.030.000.19
HSL310º5.77%79.61%-
HSV(B)310º2.91%80.78%-
XYZ57.1358.8466.1-
YUV202.36129.49130.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=33.72%
G=32.73%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620020500.030.000.193105.7779.61
HexCEC8CD03013136650
Octal316310315030234666120
Binary1100111011001000110011010110100111001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8CD; }

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

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

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

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

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

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

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

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