Html Css Color HEX #D0ABCF Lilac

📋 copy color: '#D0ABCF'

red 208 ◦ green 171 ◦ blue 207

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

Shades of Lilac #D0ABCF

Tints of Lilac #D0ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 35.49%
G = 29.18%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0ABCF (or 0xD0ABCF) is known color: Lilac. HEX triplet: D0, AB and CF. RGB value is (208,171,207). Sum of RGB (Red+Green+Blue) = 208+171+207=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCF is #2F5430. Grayscale: #BABABA. Windows color (decimal): -3101745 or 13609936. OLE color: 13609936.

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

Color convert

RGB 208 171 207 -
CMYK 0 0.18 0.00 0.18
HSL 301.62º 0.28% 0.74% -
HSV(B) 301.62º 0.18% 0.82% -
XYZ 51.84 47.04 65.38 -
YUV 186.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 208 171 207 0 0.18 0.00 0.18 301.62 0.28 0.74
Hex D0 AB CF 0 12 0 12 12E 1C 4A
Octal 320 253 317 0 22 0 22 456 34 112
Binary 11010000 10101011 11001111 0 10010 0 10010 100101110 11100 1001010

Color Harmonies of #D0ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABCF

Black with #D0ABCF

Text Example


Text Example

White with #D0ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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