#D5CDD6

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

Shades of Thistle #D5CDD6

Tints of Thistle #D5CDD6

Color information

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

HSL color Cylindrical-coordinate representation of color #D5CDD6: hue angle of 293.33º 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 #D5CDD6 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213205214-
CMYK0.000.0400.16
HSL293.33º9.89%82.16%-
HSV(B)293.33º4.21%83.92%-
XYZ61.4162.6672.48-
YUV208.42131.15131.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132052140.000.0400.16293.339.8982.16
HexD5CDD604010125a52
Octal3253153260402044512122
Binary110101011100110111010110010001000010010010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDD6; }

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

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

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

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

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

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

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

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