#CDC6CE

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

Shades of Thistle #CDC6CE

Tints of Thistle #CDC6CE

Color information

#CDC6CE (or 0xCDC6CE) is unknown color: approx Thistle. HEX triplet: CD, C6 and CE. RGB value is (205,198,206). Sum of RGB (Red+Green+Blue) = 205+198+206=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6CE is #323931. Grayscale: #C8C8C8. Windows color (decimal): -3291442 or 13551309. OLE color: 13551309.

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

Color convert

RGB205198206-
CMYK0.000.0400.19
HSL292.5º7.55%79.22%-
HSV(B)292.5º3.88%80.78%-
XYZ56.5157.8266.58-
YUV201130.82130.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=33.66%
G=32.51%
B=33.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051982060.000.0400.19292.57.5579.22
HexCDC6CE0401312584f
Octal3153063160402344510117
Binary110011011100011011001110010001001110010010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6CE; }

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

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

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

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

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

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

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

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