Html Css Color HEX #D9C8DB Thistle

📋 copy color: '#D9C8DB'

red 217 ◦ green 200 ◦ blue 219

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

Shades of Thistle #D9C8DB

Tints of Thistle #D9C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.45%

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

R = 34.12%
G = 31.45%
B = 34.43%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C8DB (or 0xD9C8DB) is known color: Thistle. HEX triplet: D9, C8 and DB. RGB value is (217,200,219). Sum of RGB (Red+Green+Blue) = 217+200+219=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8DB is #263724. Grayscale: #CFCFCF. Windows color (decimal): -2504485 or 14403801. OLE color: 14403801.

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

Color convert

RGB 217 200 219 -
CMYK 0.01 0.09 0 0.14
HSL 293.68º 0.21% 0.82% -
HSV(B) 293.68º 0.09% 0.86% -
XYZ 62.06 61.17 75.56 -
YUV 207.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 217 200 219 0.01 0.09 0 0.14 293.68 0.21 0.82
Hex D9 C8 DB 1 9 0 E 126 15 52
Octal 331 310 333 1 11 0 16 446 25 122
Binary 11011001 11001000 11011011 1 1001 0 1110 100100110 10101 1010010

Color Harmonies of #D9C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8DB

Black with #D9C8DB

Text Example


Text Example

White with #D9C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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