#D6CDD5

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

Shades of Thistle #D6CDD5

Tints of Thistle #D6CDD5

Color information

#D6CDD5 (or 0xD6CDD5) is unknown color: approx Thistle. HEX triplet: D6, CD and D5. RGB value is (214,205,213). Sum of RGB (Red+Green+Blue) = 214+205+213=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD5 is #29322A. Grayscale: #D0D0D0. Windows color (decimal): -2699819 or 14011862. OLE color: 14011862.

HSL color Cylindrical-coordinate representation of color #D6CDD5: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CDD5 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB214205213-
CMYK00.040.000.16
HSL306.67º9.89%82.16%-
HSV(B)306.67º4.21%83.92%-
XYZ61.5762.7671.82-
YUV208.6130.48131.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=33.86%
G=32.44%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420521300.040.000.16306.679.8982.16
HexD6CDD504010133a52
Octal3263153250402046312122
Binary110101101100110111010101010001000010011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDD5; }

 p { color: rgb(214,205,213); }

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

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

 a { background-color: rgb(214,205,213); }

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

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

 span { border-color: rgb(214,205,213); }

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