Html Css Color HEX #D9C6DB Thistle

📋 copy color: '#D9C6DB'

red 217 ◦ green 198 ◦ blue 219

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

Shades of Thistle #D9C6DB

Tints of Thistle #D9C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 34.23%
G = 31.23%
B = 34.54%

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

#D9C6DB (or 0xD9C6DB) is known color: Thistle. HEX triplet: D9, C6 and DB. RGB value is (217,198,219). Sum of RGB (Red+Green+Blue) = 217+198+219=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6DB is #263924. Grayscale: #CECECE. Windows color (decimal): -2504997 or 14403289. OLE color: 14403289.

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

Color convert

RGB 217 198 219 -
CMYK 0.01 0.10 0 0.14
HSL 294.29º 0.23% 0.82% -
HSV(B) 294.29º 0.1% 0.86% -
XYZ 61.6 60.25 75.4 -
YUV 206.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 217 198 219 0.01 0.10 0 0.14 294.29 0.23 0.82
Hex D9 C6 DB 1 A 0 E 126 17 52
Octal 331 306 333 1 12 0 16 446 27 122
Binary 11011001 11000110 11011011 1 1010 0 1110 100100110 10111 1010010

Color Harmonies of #D9C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6DB

Black with #D9C6DB

Text Example


Text Example

White with #D9C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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