#CEC3CE

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

Shades of Thistle #CEC3CE

Tints of Thistle #CEC3CE

Color information

#CEC3CE (or 0xCEC3CE) is unknown color: approx Thistle. HEX triplet: CE, C3 and CE. RGB value is (206,195,206). Sum of RGB (Red+Green+Blue) = 206+195+206=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CE is #313C31. Grayscale: #C7C7C7. Windows color (decimal): -3226674 or 13550542. OLE color: 13550542.

HSL color Cylindrical-coordinate representation of color #CEC3CE: hue angle of 300º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC3CE is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206195206-
CMYK00.0500.19
HSL300º10.09%78.63%-
HSV(B)300º5.34%80.78%-
XYZ56.1156.6166.36-
YUV199.54131.64132.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=33.94%
G=32.13%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619520600.0500.1930010.0978.63
HexCEC3CE0501312ca4f
Octal3163033160502345412117
Binary110011101100001111001110010101001110010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3CE; }

 p { color: rgb(206,195,206); }

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

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

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

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

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

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

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