#D9CCDB

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

Shades of Thistle #D9CCDB

Tints of Thistle #D9CCDB

Color information

#D9CCDB (or 0xD9CCDB) is unknown color: approx Thistle. HEX triplet: D9, CC and DB. RGB value is (217,204,219). Sum of RGB (Red+Green+Blue) = 217+204+219=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDB is #263324. Grayscale: #D1D1D1. Windows color (decimal): -2503461 or 14404825. OLE color: 14404825.

HSL color Cylindrical-coordinate representation of color #D9CCDB: hue angle of 292º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CCDB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217204219-
CMYK0.010.0700.14
HSL292º17.24%82.94%-
HSV(B)292º6.85%85.88%-
XYZ62.9963.0575.87-
YUV209.6133.31133.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=33.91%
G=31.88%
B=34.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172042190.010.0700.1429217.2482.94
HexD9CCDB170E1241153
Octal3313143331701644421123
Binary110110011100110011011011111101110100100100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCDB; }

 p { color: rgb(217,204,219); }

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

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

 a { background-color: rgb(217,204,219); }

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

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

 span { border-color: rgb(217,204,219); }

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