Html Css Color HEX #D1AFCF Lilac

📋 copy color: '#D1AFCF'

red 209 ◦ green 175 ◦ blue 207

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

Shades of Lilac #D1AFCF

Tints of Lilac #D1AFCF

RGB

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

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

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

R = 35.36%
G = 29.61%
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

#D1AFCF (or 0xD1AFCF) is known color: Lilac. HEX triplet: D1, AF and CF. RGB value is (209,175,207). Sum of RGB (Red+Green+Blue) = 209+175+207=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCF is #2E5030. Grayscale: #BCBCBC. Windows color (decimal): -3035185 or 13610961. OLE color: 13610961.

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

Color convert

RGB 209 175 207 -
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.89 48.72 65.65 -
YUV 188.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 209 175 207 0 0.16 0.01 0.18 303.53 0.27 0.75
Hex D1 AF CF 0 10 1 12 130 1B 4B
Octal 321 257 317 0 20 1 22 460 33 113
Binary 11010001 10101111 11001111 0 10000 1 10010 100110000 11011 1001011

Color Harmonies of #D1AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFCF

Black with #D1AFCF

Text Example


Text Example

White with #D1AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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