#D9CBDA

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

Shades of Thistle #D9CBDA

Tints of Thistle #D9CBDA

Color information

#D9CBDA (or 0xD9CBDA) is unknown color: approx Thistle. HEX triplet: D9, CB and DA. RGB value is (217,203,218). Sum of RGB (Red+Green+Blue) = 217+203+218=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDA is #263425. Grayscale: #D0D0D0. Windows color (decimal): -2503718 or 14339033. OLE color: 14339033.

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

Color convert

RGB217203218-
CMYK0.000.0700.15
HSL296º16.85%82.55%-
HSV(B)296º6.88%85.49%-
XYZ62.6362.5375.1-
YUV208.9133.14133.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=34.01%
G=31.82%
B=34.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172032180.000.0700.1529616.8582.55
HexD9CBDA070F1281153
Octal3313133320701745021123
Binary110110011100101111011010011101111100101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBDA; }

 p { color: rgb(217,203,218); }

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

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

 a { background-color: rgb(217,203,218); }

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

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

 span { border-color: rgb(217,203,218); }

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