Html Css Color HEX #D0AECD Lilac

📋 copy color: '#D0AECD'

red 208 ◦ green 174 ◦ blue 205

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

Shades of Lilac #D0AECD

Tints of Lilac #D0AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.64%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 35.43%
G = 29.64%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0AECD (or 0xD0AECD) is known color: Lilac. HEX triplet: D0, AE and CD. RGB value is (208,174,205). Sum of RGB (Red+Green+Blue) = 208+174+205=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECD is #2F5132. Grayscale: #BBBBBB. Windows color (decimal): -3100979 or 13479632. OLE color: 13479632.

HSL color Cylindrical-coordinate representation of color #D0AECD: hue angle of 305.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AECD is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 205 -
CMYK 0 0.16 0.01 0.18
HSL 305.29º 0.27% 0.75% -
HSV(B) 305.29º 0.16% 0.82% -
XYZ 52.17 48.09 64.29 -
YUV 187.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 208 174 205 0 0.16 0.01 0.18 305.29 0.27 0.75
Hex D0 AE CD 0 10 1 12 131 1B 4B
Octal 320 256 315 0 20 1 22 461 33 113
Binary 11010000 10101110 11001101 0 10000 1 10010 100110001 11011 1001011

Color Harmonies of #D0AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AECD

Black with #D0AECD

Text Example


Text Example

White with #D0AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AECD; }

 p { color: rgb(208,174,205); }

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

background-color css

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

 a { background-color: rgb(208,174,205); }

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

border-color css

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

 span { border-color: rgb(208,174,205); }

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