#CEC0CD

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

Shades of Thistle #CEC0CD

Tints of Thistle #CEC0CD

Color information

#CEC0CD (or 0xCEC0CD) is unknown color: approx Thistle. HEX triplet: CE, C0 and CD. RGB value is (206,192,205). Sum of RGB (Red+Green+Blue) = 206+192+205=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CD is #313F32. Grayscale: #C5C5C5. Windows color (decimal): -3227443 or 13484238. OLE color: 13484238.

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

Color convert

RGB206192205-
CMYK00.070.000.19
HSL304.29º12.5%78.04%-
HSV(B)304.29º6.8%80.78%-
XYZ55.3255.2365.5-
YUV197.67132.14133.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=34.16%
G=31.84%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619220500.070.000.19304.2912.578.04
HexCEC0CD07013130c4e
Octal3163003150702346014116
Binary110011101100000011001101011101001110011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0CD; }

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

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

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

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

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

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

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

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