#CEC3CC

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

Shades of Thistle #CEC3CC

Tints of Thistle #CEC3CC

Color information

#CEC3CC (or 0xCEC3CC) is unknown color: approx Thistle. HEX triplet: CE, C3 and CC. RGB value is (206,195,204). Sum of RGB (Red+Green+Blue) = 206+195+204=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CC is #313C33. Grayscale: #C7C7C7. Windows color (decimal): -3226676 or 13419470. OLE color: 13419470.

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

Color convert

RGB206195204-
CMYK00.050.010.19
HSL310.91º10.09%78.63%-
HSV(B)310.91º5.34%80.78%-
XYZ55.8756.5165.09-
YUV199.31130.64132.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=34.05%
G=32.23%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619520400.050.010.19310.9110.0978.63
HexCEC3CC05113137a4f
Octal3163033140512346712117
Binary110011101100001111001100010111001110011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3CC; }

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

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

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

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

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

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

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

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