#D4CDD5

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

Shades of Thistle #D4CDD5

Tints of Thistle #D4CDD5

Color information

#D4CDD5 (or 0xD4CDD5) is unknown color: approx Thistle. HEX triplet: D4, CD and D5. RGB value is (212,205,213). Sum of RGB (Red+Green+Blue) = 212+205+213=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDD5 is #2B322A. Grayscale: #CFCFCF. Windows color (decimal): -2830891 or 14011860. OLE color: 14011860.

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

Color convert

RGB212205213-
CMYK0.000.0400.16
HSL292.5º8.7%81.96%-
HSV(B)292.5º3.76%83.53%-
XYZ60.9962.4671.79-
YUV208130.82130.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=33.65%
G=32.54%
B=33.81%

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
Decimal2122052130.000.0400.16292.58.781.96
HexD4CDD504010125952
Octal3243153250402044511122
Binary110101001100110111010101010001000010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDD5; }

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

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

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

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

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

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

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

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