Html Css Color HEX #D2A3BB Lily

📋 copy color: '#D2A3BB'

red 210 ◦ green 163 ◦ blue 187

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

Shades of Lily #D2A3BB

Tints of Lily #D2A3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.11%

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 37.5%
G = 29.11%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2A3BB (or 0xD2A3BB) is known color: Lily. HEX triplet: D2, A3 and BB. RGB value is (210,163,187). Sum of RGB (Red+Green+Blue) = 210+163+187=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3BB is #2D5C44. Grayscale: #B3B3B3. Windows color (decimal): -2972741 or 12297170. OLE color: 12297170.

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

Color convert

RGB 210 163 187 -
CMYK 0 0.22 0.11 0.18
HSL 329.36º 0.34% 0.73% -
HSV(B) 329.36º 0.22% 0.82% -
XYZ 48.65 43.48 52.84 -
YUV 179.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 210 163 187 0 0.22 0.11 0.18 329.36 0.34 0.73
Hex D2 A3 BB 0 16 B 12 149 22 49
Octal 322 243 273 0 26 13 22 511 42 111
Binary 11010010 10100011 10111011 0 10110 1011 10010 101001001 100010 1001001

Color Harmonies of #D2A3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A3BB

Black with #D2A3BB

Text Example


Text Example

White with #D2A3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A3BB; }

 p { color: rgb(210,163,187); }

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

background-color css

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

 a { background-color: rgb(210,163,187); }

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

border-color css

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

 span { border-color: rgb(210,163,187); }

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