#D9CBDC

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

Shades of Thistle #D9CBDC

Tints of Thistle #D9CBDC

Color information

#D9CBDC (or 0xD9CBDC) is unknown color: approx Thistle. HEX triplet: D9, CB and DC. RGB value is (217,203,220). Sum of RGB (Red+Green+Blue) = 217+203+220=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDC is #263423. Grayscale: #D1D1D1. Windows color (decimal): -2503716 or 14470105. OLE color: 14470105.

HSL color Cylindrical-coordinate representation of color #D9CBDC: hue angle of 289.41º degrees, saturation: 0.2, 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 #D9CBDC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217203220-
CMYK0.010.0800.14
HSL289.41º19.54%82.94%-
HSV(B)289.41º7.73%86.27%-
XYZ62.8962.6376.48-
YUV209.12134.14133.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=33.91%
G=31.72%
B=34.38%

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
Decimal2172032200.010.0800.14289.4119.5482.94
HexD9CBDC180E1211453
Octal33131333411001644124123
Binary1101100111001011110111001100001110100100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBDC; }

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

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

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

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

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

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

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

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