Html Css Color HEX #D9C9DB Thistle

📋 copy color: '#D9C9DB'

red 217 ◦ green 201 ◦ blue 219

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

Shades of Thistle #D9C9DB

Tints of Thistle #D9C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.55%

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

R = 34.07%
G = 31.55%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C9DB (or 0xD9C9DB) is known color: Thistle. HEX triplet: D9, C9 and DB. RGB value is (217,201,219). Sum of RGB (Red+Green+Blue) = 217+201+219=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9DB is #263624. Grayscale: #CFCFCF. Windows color (decimal): -2504229 or 14404057. OLE color: 14404057.

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

Color convert

RGB 217 201 219 -
CMYK 0.01 0.08 0 0.14
HSL 293.33º 0.2% 0.82% -
HSV(B) 293.33º 0.08% 0.86% -
XYZ 62.29 61.64 75.63 -
YUV 207.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 217 201 219 0.01 0.08 0 0.14 293.33 0.2 0.82
Hex D9 C9 DB 1 8 0 E 125 14 52
Octal 331 311 333 1 10 0 16 445 24 122
Binary 11011001 11001001 11011011 1 1000 0 1110 100100101 10100 1010010

Color Harmonies of #D9C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9DB

Black with #D9C9DB

Text Example


Text Example

White with #D9C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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