#D9C4DF

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

Shades of Thistle #D9C4DF

Tints of Thistle #D9C4DF

Color information

#D9C4DF (or 0xD9C4DF) is unknown color: approx Thistle. HEX triplet: D9, C4 and DF. RGB value is (217,196,223). Sum of RGB (Red+Green+Blue) = 217+196+223=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4DF is #263B20. Grayscale: #CDCDCD. Windows color (decimal): -2505505 or 14664921. OLE color: 14664921.

HSL color Cylindrical-coordinate representation of color #D9C4DF: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C4DF is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217196223-
CMYK0.030.1200.13
HSL286.67º29.67%82.16%-
HSV(B)286.67º12.11%87.45%-
XYZ61.6759.5678.06-
YUV205.36137.96136.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=34.12%
G=30.82%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171962230.030.1200.13286.6729.6782.16
HexD9C4DF3C0D11f1e52
Octal33130433731401543736122
Binary11011001110001001101111111110001101100011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4DF; }

 p { color: rgb(217,196,223); }

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

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

 a { background-color: rgb(217,196,223); }

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

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

 span { border-color: rgb(217,196,223); }

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