Html Css Color HEX #D0AFCD Lilac

📋 copy color: '#D0AFCD'

red 208 ◦ green 175 ◦ blue 205

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

Shades of Lilac #D0AFCD

Tints of Lilac #D0AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.76%

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

R = 35.37%
G = 29.76%
B = 34.86%

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

#D0AFCD (or 0xD0AFCD) is known color: Lilac. HEX triplet: D0, AF and CD. RGB value is (208,175,205). Sum of RGB (Red+Green+Blue) = 208+175+205=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCD is #2F5032. Grayscale: #BCBCBC. Windows color (decimal): -3100723 or 13479888. OLE color: 13479888.

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

Color convert

RGB 208 175 205 -
CMYK 0 0.16 0.01 0.18
HSL 305.45º 0.26% 0.75% -
HSV(B) 305.45º 0.16% 0.82% -
XYZ 52.36 48.48 64.35 -
YUV 188.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 208 175 205 0 0.16 0.01 0.18 305.45 0.26 0.75
Hex D0 AF CD 0 10 1 12 131 1A 4B
Octal 320 257 315 0 20 1 22 461 32 113
Binary 11010000 10101111 11001101 0 10000 1 10010 100110001 11010 1001011

Color Harmonies of #D0AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFCD

Black with #D0AFCD

Text Example


Text Example

White with #D0AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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