#CEC4CD

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

Shades of Thistle #CEC4CD

Tints of Thistle #CEC4CD

Color information

#CEC4CD (or 0xCEC4CD) is unknown color: approx Thistle. HEX triplet: CE, C4 and CD. RGB value is (206,196,205). Sum of RGB (Red+Green+Blue) = 206+196+205=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4CD is #313B32. Grayscale: #C7C7C7. Windows color (decimal): -3226419 or 13485262. OLE color: 13485262.

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

Color convert

RGB206196205-
CMYK00.050.000.19
HSL306º9.26%78.82%-
HSV(B)306º4.85%80.78%-
XYZ56.2157.0165.8-
YUV200.02130.81132.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=33.94%
G=32.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619620500.050.000.193069.2678.82
HexCEC4CD0501313294f
Octal3163043150502346211117
Binary110011101100010011001101010101001110011001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4CD; }

 p { color: rgb(206,196,205); }

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

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

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

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

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

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

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