Html Css Color HEX #D0ABCE Lilac

📋 copy color: '#D0ABCE'

red 208 ◦ green 171 ◦ blue 206

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

Shades of Lilac #D0ABCE

Tints of Lilac #D0ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

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

R = 35.56%
G = 29.23%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0ABCE (or 0xD0ABCE) is known color: Lilac. HEX triplet: D0, AB and CE. RGB value is (208,171,206). Sum of RGB (Red+Green+Blue) = 208+171+206=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCE is #2F5431. Grayscale: #B9B9B9. Windows color (decimal): -3101746 or 13544400. OLE color: 13544400.

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

Color convert

RGB 208 171 206 -
CMYK 0 0.18 0.01 0.18
HSL 303.24º 0.28% 0.74% -
HSV(B) 303.24º 0.18% 0.82% -
XYZ 51.72 46.99 64.74 -
YUV 186.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 208 171 206 0 0.18 0.01 0.18 303.24 0.28 0.74
Hex D0 AB CE 0 12 1 12 12F 1C 4A
Octal 320 253 316 0 22 1 22 457 34 112
Binary 11010000 10101011 11001110 0 10010 1 10010 100101111 11100 1001010

Color Harmonies of #D0ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABCE

Black with #D0ABCE

Text Example


Text Example

White with #D0ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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