#CECCCE

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

Shades of Thistle #CECCCE

Tints of Thistle #CECCCE

Color information

#CECCCE (or 0xCECCCE) is unknown color: approx Thistle. HEX triplet: CE, CC and CE. RGB value is (206,204,206). Sum of RGB (Red+Green+Blue) = 206+204+206=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCE is #313331. Grayscale: #CCCCCC. Windows color (decimal): -3224370 or 13552846. OLE color: 13552846.

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

Color convert

RGB206204206-
CMYK00.0100.19
HSL300º2%80.39%-
HSV(B)300º0.97%80.78%-
XYZ58.1960.7667.05-
YUV204.83128.66128.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=33.44%
G=33.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620420600.0100.19300280.39
HexCECCCE0101312c250
Octal316314316010234542120
Binary11001110110011001100111001010011100101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCCE; }

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

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

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

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

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

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

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

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