#D9CBD6

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

Shades of Thistle #D9CBD6

Tints of Thistle #D9CBD6

Color information

#D9CBD6 (or 0xD9CBD6) is unknown color: approx Thistle. HEX triplet: D9, CB and D6. RGB value is (217,203,214). Sum of RGB (Red+Green+Blue) = 217+203+214=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD6 is #263429. Grayscale: #D0D0D0. Windows color (decimal): -2503722 or 14076889. OLE color: 14076889.

HSL color Cylindrical-coordinate representation of color #D9CBD6: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBD6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217203214-
CMYK00.060.010.15
HSL312.86º15.56%82.35%-
HSV(B)312.86º6.45%85.1%-
XYZ62.1162.3272.37-
YUV208.44131.14134.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=34.23%
G=32.02%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720321400.060.010.15312.8615.5682.35
HexD9CBD6061F1391052
Octal3313133260611747120122
Binary110110011100101111010110011011111100111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBD6; }

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

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

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

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

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

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

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

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