#CEC1CC

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

Shades of Thistle #CEC1CC

Tints of Thistle #CEC1CC

Color information

#CEC1CC (or 0xCEC1CC) is unknown color: approx Thistle. HEX triplet: CE, C1 and CC. RGB value is (206,193,204). Sum of RGB (Red+Green+Blue) = 206+193+204=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CC is #313E33. Grayscale: #C6C6C6. Windows color (decimal): -3227188 or 13418958. OLE color: 13418958.

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

Color convert

RGB206193204-
CMYK00.060.010.19
HSL309.23º11.71%78.24%-
HSV(B)309.23º6.31%80.78%-
XYZ55.4255.6264.94-
YUV198.14131.31133.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=34.16%
G=32.01%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619320400.060.010.19309.2311.7178.24
HexCEC1CC06113135c4e
Octal3163013140612346514116
Binary110011101100000111001100011011001110011010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1CC; }

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

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

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

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

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

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

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

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