Html Css Color HEX #D1AFCC French Lilac

📋 copy color: '#D1AFCC'

red 209 ◦ green 175 ◦ blue 204

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

Shades of French Lilac #D1AFCC

Tints of French Lilac #D1AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 35.54%
G = 29.76%
B = 34.69%

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

#D1AFCC (or 0xD1AFCC) is known color: French Lilac. HEX triplet: D1, AF and CC. RGB value is (209,175,204). Sum of RGB (Red+Green+Blue) = 209+175+204=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCC is #2E5033. Grayscale: #BCBCBC. Windows color (decimal): -3035188 or 13414353. OLE color: 13414353.

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

Color convert

RGB 209 175 204 -
CMYK 0 0.16 0.02 0.18
HSL 308.82º 0.27% 0.75% -
HSV(B) 308.82º 0.16% 0.82% -
XYZ 52.52 48.57 63.73 -
YUV 188.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 209 175 204 0 0.16 0.02 0.18 308.82 0.27 0.75
Hex D1 AF CC 0 10 2 12 135 1B 4B
Octal 321 257 314 0 20 2 22 465 33 113
Binary 11010001 10101111 11001100 0 10000 10 10010 100110101 11011 1001011

Color Harmonies of #D1AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFCC

Black with #D1AFCC

Text Example


Text Example

White with #D1AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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