Html Css Color HEX #D0A2D4 Lilac

📋 copy color: '#D0A2D4'

red 208 ◦ green 162 ◦ blue 212

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

Shades of Lilac #D0A2D4

Tints of Lilac #D0A2D4

RGB

 RED value IS 208 (81.64% from 255) = 35.74%

 GREEN value IS 162 (63.67% from 255) = 27.84%

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 35.74%
G = 27.84%
B = 36.43%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D0A2D4 (or 0xD0A2D4) is known color: Lilac. HEX triplet: D0, A2 and D4. RGB value is (208,162,212). Sum of RGB (Red+Green+Blue) = 208+162+212=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0A2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2D4 is #2F5D2B. Grayscale: #B5B5B5. Windows color (decimal): -3104044 or 13935312. OLE color: 13935312.

HSL color Cylindrical-coordinate representation of color #D0A2D4: hue angle of 295.2º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A2D4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 162 212 -
CMYK 0.02 0.24 0 0.17
HSL 295.2º 0.37% 0.73% -
HSV(B) 295.2º 0.24% 0.83% -
XYZ 50.82 44 68.1 -
YUV 181.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 208 162 212 0.02 0.24 0 0.17 295.2 0.37 0.73
Hex D0 A2 D4 2 18 0 11 127 25 49
Octal 320 242 324 2 30 0 21 447 45 111
Binary 11010000 10100010 11010100 10 11000 0 10001 100100111 100101 1001001

Color Harmonies of #D0A2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2D4

Black with #D0A2D4

Text Example


Text Example

White with #D0A2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2D4; }

 p { color: rgb(208,162,212); }

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

background-color css

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

 a { background-color: rgb(208,162,212); }

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

border-color css

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

 span { border-color: rgb(208,162,212); }

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