Html Css Color HEX #D3AFCC French Lilac

📋 copy color: '#D3AFCC'

red 211 ◦ green 175 ◦ blue 204

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

Shades of French Lilac #D3AFCC

Tints of French Lilac #D3AFCC

RGB

 RED value IS 211 (82.81% from 255) = 35.76%

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

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

R = 35.76%
G = 29.66%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3AFCC (or 0xD3AFCC) is known color: French Lilac. HEX triplet: D3, AF and CC. RGB value is (211,175,204). Sum of RGB (Red+Green+Blue) = 211+175+204=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCC is #2C5033. Grayscale: #BCBCBC. Windows color (decimal): -2904116 or 13414355. OLE color: 13414355.

HSL color Cylindrical-coordinate representation of color #D3AFCC: hue angle of 311.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFCC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 204 -
CMYK 0 0.17 0.03 0.17
HSL 311.67º 0.29% 0.76% -
HSV(B) 311.67º 0.17% 0.83% -
XYZ 53.09 48.87 63.76 -
YUV 189.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 211 175 204 0 0.17 0.03 0.17 311.67 0.29 0.76
Hex D3 AF CC 0 11 3 11 138 1D 4C
Octal 323 257 314 0 21 3 21 470 35 114
Binary 11010011 10101111 11001100 0 10001 11 10001 100111000 11101 1001100

Color Harmonies of #D3AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFCC

Black with #D3AFCC

Text Example


Text Example

White with #D3AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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