Html Css Color HEX #D9B2DC Thistle

📋 copy color: '#D9B2DC'

red 217 ◦ green 178 ◦ blue 220

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

Shades of Thistle #D9B2DC

Tints of Thistle #D9B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.94%

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 35.28%
G = 28.94%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9B2DC (or 0xD9B2DC) is known color: Thistle. HEX triplet: D9, B2 and DC. RGB value is (217,178,220). Sum of RGB (Red+Green+Blue) = 217+178+220=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2DC is #264D23. Grayscale: #C2C2C2. Windows color (decimal): -2510116 or 14463705. OLE color: 14463705.

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

Color convert

RGB 217 178 220 -
CMYK 0.01 0.19 0 0.14
HSL 295.71º 0.38% 0.78% -
HSV(B) 295.71º 0.19% 0.86% -
XYZ 57.45 51.76 74.67 -
YUV 194.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 217 178 220 0.01 0.19 0 0.14 295.71 0.38 0.78
Hex D9 B2 DC 1 13 0 E 128 26 4E
Octal 331 262 334 1 23 0 16 450 46 116
Binary 11011001 10110010 11011100 1 10011 0 1110 100101000 100110 1001110

Color Harmonies of #D9B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2DC

Black with #D9B2DC

Text Example


Text Example

White with #D9B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2DC; }

 p { color: rgb(217,178,220); }

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

background-color css

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

 a { background-color: rgb(217,178,220); }

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

border-color css

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

 span { border-color: rgb(217,178,220); }

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