Html Css Color HEX #D2A6BA Lily

📋 copy color: '#D2A6BA'

red 210 ◦ green 166 ◦ blue 186

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

Shades of Lily #D2A6BA

Tints of Lily #D2A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

 BLUE value IS 186 (73.05% from 255) = 33.1%

R = 37.37%
G = 29.54%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2A6BA (or 0xD2A6BA) is known color: Lily. HEX triplet: D2, A6 and BA. RGB value is (210,166,186). Sum of RGB (Red+Green+Blue) = 210+166+186=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6BA is #2D5945. Grayscale: #B5B5B5. Windows color (decimal): -2971974 or 12232402. OLE color: 12232402.

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

Color convert

RGB 210 166 186 -
CMYK 0 0.21 0.11 0.18
HSL 332.73º 0.33% 0.74% -
HSV(B) 332.73º 0.21% 0.82% -
XYZ 49.08 44.52 52.46 -
YUV 181.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 210 166 186 0 0.21 0.11 0.18 332.73 0.33 0.74
Hex D2 A6 BA 0 15 B 12 14D 21 4A
Octal 322 246 272 0 25 13 22 515 41 112
Binary 11010010 10100110 10111010 0 10101 1011 10010 101001101 100001 1001010

Color Harmonies of #D2A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A6BA

Black with #D2A6BA

Text Example


Text Example

White with #D2A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A6BA; }

 p { color: rgb(210,166,186); }

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

background-color css

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

 a { background-color: rgb(210,166,186); }

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

border-color css

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

 span { border-color: rgb(210,166,186); }

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