Html Css Color HEX #D9C5DB Thistle

📋 copy color: '#D9C5DB'

red 217 ◦ green 197 ◦ blue 219

#D9C5DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #D9C5DB

Tints of Thistle #D9C5DB

RGB

 RED value IS 217 (85.16% from 255) = 34.28%

 GREEN value IS 197 (77.34% from 255) = 31.12%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 34.28%
G = 31.12%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C5DB (or 0xD9C5DB) is known color: Thistle. HEX triplet: D9, C5 and DB. RGB value is (217,197,219). Sum of RGB (Red+Green+Blue) = 217+197+219=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5DB is #263A24. Grayscale: #CDCDCD. Windows color (decimal): -2505253 or 14403033. OLE color: 14403033.

HSL color Cylindrical-coordinate representation of color #D9C5DB: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C5DB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 197 219 -
CMYK 0.01 0.10 0 0.14
HSL 294.55º 0.23% 0.82% -
HSV(B) 294.55º 0.1% 0.86% -
XYZ 61.37 59.8 75.33 -
YUV 205.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 217 197 219 0.01 0.10 0 0.14 294.55 0.23 0.82
Hex D9 C5 DB 1 A 0 E 127 17 52
Octal 331 305 333 1 12 0 16 447 27 122
Binary 11011001 11000101 11011011 1 1010 0 1110 100100111 10111 1010010

Color Harmonies of #D9C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5DB

Black with #D9C5DB

Text Example


Text Example

White with #D9C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5DB; }

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

 H1.HeaderClassName
 {
   color: #D9C5DB;
 }
 .AnyTagClassName
 {
   color: #D9C5DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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