#CEC5CC

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

Shades of Thistle #CEC5CC

Tints of Thistle #CEC5CC

Color information

#CEC5CC (or 0xCEC5CC) is unknown color: approx Thistle. HEX triplet: CE, C5 and CC. RGB value is (206,197,204). Sum of RGB (Red+Green+Blue) = 206+197+204=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5CC is #313A33. Grayscale: #C8C8C8. Windows color (decimal): -3226164 or 13419982. OLE color: 13419982.

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

Color convert

RGB206197204-
CMYK00.040.010.19
HSL313.33º8.41%79.02%-
HSV(B)313.33º4.37%80.78%-
XYZ56.3257.4165.24-
YUV200.49129.98131.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=33.94%
G=32.45%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619720400.040.010.19313.338.4179.02
HexCEC5CC0411313984f
Octal3163053140412347110117
Binary110011101100010111001100010011001110011100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5CC; }

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

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

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

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

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

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

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

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