#CEC2CC

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

Shades of Thistle #CEC2CC

Tints of Thistle #CEC2CC

Color information

#CEC2CC (or 0xCEC2CC) is unknown color: approx Thistle. HEX triplet: CE, C2 and CC. RGB value is (206,194,204). Sum of RGB (Red+Green+Blue) = 206+194+204=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CC is #313D33. Grayscale: #C6C6C6. Windows color (decimal): -3226932 or 13419214. OLE color: 13419214.

HSL color Cylindrical-coordinate representation of color #CEC2CC: hue angle of 310º degrees, saturation: 0.11, 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 #CEC2CC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206194204-
CMYK00.060.010.19
HSL310º10.91%78.43%-
HSV(B)310º5.83%80.78%-
XYZ55.6456.0765.02-
YUV198.73130.98133.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=34.11%
G=32.12%
B=33.77%

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
Decimal20619420400.060.010.1931010.9178.43
HexCEC2CC06113136b4e
Octal3163023140612346613116
Binary110011101100001011001100011011001110011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2CC; }

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

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

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

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

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

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

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

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