#CEC1CD

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

Shades of Thistle #CEC1CD

Tints of Thistle #CEC1CD

Color information

#CEC1CD (or 0xCEC1CD) is unknown color: approx Thistle. HEX triplet: CE, C1 and CD. RGB value is (206,193,205). Sum of RGB (Red+Green+Blue) = 206+193+205=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CD is #313E32. Grayscale: #C6C6C6. Windows color (decimal): -3227187 or 13484494. OLE color: 13484494.

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

Color convert

RGB206193205-
CMYK00.060.000.19
HSL304.62º11.71%78.24%-
HSV(B)304.62º6.31%80.78%-
XYZ55.5455.6765.58-
YUV198.26131.81133.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=34.11%
G=31.95%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619320500.060.000.19304.6211.7178.24
HexCEC1CD06013131c4e
Octal3163013150602346114116
Binary110011101100000111001101011001001110011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1CD; }

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

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

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

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

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

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

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

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