Html Css Color HEX #D9C2DB Thistle

📋 copy color: '#D9C2DB'

red 217 ◦ green 194 ◦ blue 219

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

Shades of Thistle #D9C2DB

Tints of Thistle #D9C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.79%

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

R = 34.44%
G = 30.79%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9C2DB (or 0xD9C2DB) is known color: Thistle. HEX triplet: D9, C2 and DB. RGB value is (217,194,219). Sum of RGB (Red+Green+Blue) = 217+194+219=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2DB is #263D24. Grayscale: #CBCBCB. Windows color (decimal): -2506021 or 14402265. OLE color: 14402265.

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

Color convert

RGB 217 194 219 -
CMYK 0.01 0.11 0 0.14
HSL 295.2º 0.26% 0.81% -
HSV(B) 295.2º 0.11% 0.86% -
XYZ 60.69 58.45 75.1 -
YUV 203.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 217 194 219 0.01 0.11 0 0.14 295.2 0.26 0.81
Hex D9 C2 DB 1 B 0 E 127 1A 51
Octal 331 302 333 1 13 0 16 447 32 121
Binary 11011001 11000010 11011011 1 1011 0 1110 100100111 11010 1010001

Color Harmonies of #D9C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2DB

Black with #D9C2DB

Text Example


Text Example

White with #D9C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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