Html Css Color HEX #D0AECE Lilac

📋 copy color: '#D0AECE'

red 208 ◦ green 174 ◦ blue 206

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

Shades of Lilac #D0AECE

Tints of Lilac #D0AECE

RGB

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

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

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

R = 35.37%
G = 29.59%
B = 35.03%

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

#D0AECE (or 0xD0AECE) is known color: Lilac. HEX triplet: D0, AE and CE. RGB value is (208,174,206). Sum of RGB (Red+Green+Blue) = 208+174+206=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECE is #2F5131. Grayscale: #BBBBBB. Windows color (decimal): -3100978 or 13545168. OLE color: 13545168.

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

Color convert

RGB 208 174 206 -
CMYK 0 0.16 0.01 0.18
HSL 303.53º 0.27% 0.75% -
HSV(B) 303.53º 0.16% 0.82% -
XYZ 52.29 48.14 64.93 -
YUV 187.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 208 174 206 0 0.16 0.01 0.18 303.53 0.27 0.75
Hex D0 AE CE 0 10 1 12 130 1B 4B
Octal 320 256 316 0 20 1 22 460 33 113
Binary 11010000 10101110 11001110 0 10000 1 10010 100110000 11011 1001011

Color Harmonies of #D0AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AECE

Black with #D0AECE

Text Example


Text Example

White with #D0AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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