Html Css Color HEX #D2A1BC Lily

📋 copy color: '#D2A1BC'

red 210 ◦ green 161 ◦ blue 188

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

Shades of Lily #D2A1BC

Tints of Lily #D2A1BC

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 161 (63.28% from 255) = 28.8%

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 37.57%
G = 28.8%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2A1BC (or 0xD2A1BC) is known color: Lily. HEX triplet: D2, A1 and BC. RGB value is (210,161,188). Sum of RGB (Red+Green+Blue) = 210+161+188=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1BC is #2D5E43. Grayscale: #B2B2B2. Windows color (decimal): -2973252 or 12362194. OLE color: 12362194.

HSL color Cylindrical-coordinate representation of color #D2A1BC: hue angle of 326.94º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1BC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 188 -
CMYK 0 0.23 0.10 0.18
HSL 326.94º 0.35% 0.73% -
HSV(B) 326.94º 0.23% 0.82% -
XYZ 48.4 42.82 53.29 -
YUV 178.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 210 161 188 0 0.23 0.10 0.18 326.94 0.35 0.73
Hex D2 A1 BC 0 17 A 12 147 23 49
Octal 322 241 274 0 27 12 22 507 43 111
Binary 11010010 10100001 10111100 0 10111 1010 10010 101000111 100011 1001001

Color Harmonies of #D2A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A1BC

Black with #D2A1BC

Text Example


Text Example

White with #D2A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A1BC; }

 p { color: rgb(210,161,188); }

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

background-color css

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

 a { background-color: rgb(210,161,188); }

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

border-color css

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

 span { border-color: rgb(210,161,188); }

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