#CEC7CD

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

Shades of Thistle #CEC7CD

Tints of Thistle #CEC7CD

Color information

#CEC7CD (or 0xCEC7CD) is unknown color: approx Thistle. HEX triplet: CE, C7 and CD. RGB value is (206,199,205). Sum of RGB (Red+Green+Blue) = 206+199+205=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CD is #313832. Grayscale: #C9C9C9. Windows color (decimal): -3225651 or 13486030. OLE color: 13486030.

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

Color convert

RGB206199205-
CMYK00.030.000.19
HSL308.57º6.67%79.41%-
HSV(B)308.57º3.4%80.78%-
XYZ56.958.3866.03-
YUV201.78129.82131.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=33.77%
G=32.62%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619920500.030.000.19308.576.6779.41
HexCEC7CD0301313574f
Octal316307315030234657117
Binary1100111011000111110011010110100111001101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7CD; }

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

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

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

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

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

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

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

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