#CEC2CD

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

Shades of Thistle #CEC2CD

Tints of Thistle #CEC2CD

Color information

#CEC2CD (or 0xCEC2CD) is unknown color: approx Thistle. HEX triplet: CE, C2 and CD. RGB value is (206,194,205). Sum of RGB (Red+Green+Blue) = 206+194+205=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CD is #313D32. Grayscale: #C6C6C6. Windows color (decimal): -3226931 or 13484750. OLE color: 13484750.

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

Color convert

RGB206194205-
CMYK00.060.000.19
HSL305º10.91%78.43%-
HSV(B)305º5.83%80.78%-
XYZ55.7656.1165.65-
YUV198.84131.48133.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=34.05%
G=32.07%
B=33.88%

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
Decimal20619420500.060.000.1930510.9178.43
HexCEC2CD06013131b4e
Octal3163023150602346113116
Binary110011101100001011001101011001001110011000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2CD; }

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

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

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

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

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

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

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

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