#CEC0CF

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

Shades of Thistle #CEC0CF

Tints of Thistle #CEC0CF

Color information

#CEC0CF (or 0xCEC0CF) is unknown color: approx Thistle. HEX triplet: CE, C0 and CF. RGB value is (206,192,207). Sum of RGB (Red+Green+Blue) = 206+192+207=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CF is #313F30. Grayscale: #C5C5C5. Windows color (decimal): -3227441 or 13615310. OLE color: 13615310.

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

Color convert

RGB206192207-
CMYK0.000.0700.19
HSL296º13.51%78.24%-
HSV(B)296º7.25%81.18%-
XYZ55.5755.3366.78-
YUV197.9133.14133.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=34.05%
G=31.74%
B=34.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061922070.000.0700.1929613.5178.24
HexCEC0CF07013128e4e
Octal3163003170702345016116
Binary110011101100000011001111011101001110010100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0CF; }

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

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

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

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

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

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

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

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