#D9CADB

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

Shades of Thistle #D9CADB

Tints of Thistle #D9CADB

Color information

#D9CADB (or 0xD9CADB) is unknown color: approx Thistle. HEX triplet: D9, CA and DB. RGB value is (217,202,219). Sum of RGB (Red+Green+Blue) = 217+202+219=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADB is #263524. Grayscale: #D0D0D0. Windows color (decimal): -2503973 or 14404313. OLE color: 14404313.

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

Color convert

RGB217202219-
CMYK0.010.0800.14
HSL292.94º19.1%82.55%-
HSV(B)292.94º7.76%85.88%-
XYZ62.5262.1175.71-
YUV208.42133.97134.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=34.01%
G=31.66%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172022190.010.0800.14292.9419.182.55
HexD9CADB180E1251353
Octal33131233311001644523123
Binary1101100111001010110110111100001110100100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CADB; }

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

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

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

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

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

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

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

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