Html Css Color HEX #D1AFCD Lilac

📋 copy color: '#D1AFCD'

red 209 ◦ green 175 ◦ blue 205

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

Shades of Lilac #D1AFCD

Tints of Lilac #D1AFCD

RGB

 RED value IS 209 (82.03% from 255) = 35.48%

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

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

R = 35.48%
G = 29.71%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1AFCD (or 0xD1AFCD) is known color: Lilac. HEX triplet: D1, AF and CD. RGB value is (209,175,205). Sum of RGB (Red+Green+Blue) = 209+175+205=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCD is #2E5032. Grayscale: #BCBCBC. Windows color (decimal): -3035187 or 13479889. OLE color: 13479889.

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

Color convert

RGB 209 175 205 -
CMYK 0 0.16 0.02 0.18
HSL 307.06º 0.27% 0.75% -
HSV(B) 307.06º 0.16% 0.82% -
XYZ 52.64 48.62 64.37 -
YUV 188.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 209 175 205 0 0.16 0.02 0.18 307.06 0.27 0.75
Hex D1 AF CD 0 10 2 12 133 1B 4B
Octal 321 257 315 0 20 2 22 463 33 113
Binary 11010001 10101111 11001101 0 10000 10 10010 100110011 11011 1001011

Color Harmonies of #D1AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFCD

Black with #D1AFCD

Text Example


Text Example

White with #D1AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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