Html Css Color HEX #D0A2CE Lilac

📋 copy color: '#D0A2CE'

red 208 ◦ green 162 ◦ blue 206

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

Shades of Lilac #D0A2CE

Tints of Lilac #D0A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 36.11%
G = 28.13%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A2CE (or 0xD0A2CE) is known color: Lilac. HEX triplet: D0, A2 and CE. RGB value is (208,162,206). Sum of RGB (Red+Green+Blue) = 208+162+206=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CE is #2F5D31. Grayscale: #B4B4B4. Windows color (decimal): -3104050 or 13542096. OLE color: 13542096.

HSL color Cylindrical-coordinate representation of color #D0A2CE: hue angle of 302.61º degrees, saturation: 0.33, 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 #D0A2CE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 162 206 -
CMYK 0 0.22 0.01 0.18
HSL 302.61º 0.33% 0.73% -
HSV(B) 302.61º 0.22% 0.82% -
XYZ 50.07 43.71 64.19 -
YUV 180.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 208 162 206 0 0.22 0.01 0.18 302.61 0.33 0.73
Hex D0 A2 CE 0 16 1 12 12F 21 49
Octal 320 242 316 0 26 1 22 457 41 111
Binary 11010000 10100010 11001110 0 10110 1 10010 100101111 100001 1001001

Color Harmonies of #D0A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2CE

Black with #D0A2CE

Text Example


Text Example

White with #D0A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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