Html Css Color HEX #D3AFCF French Lilac

📋 copy color: '#D3AFCF'

red 211 ◦ green 175 ◦ blue 207

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

Shades of French Lilac #D3AFCF

Tints of French Lilac #D3AFCF

RGB

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

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

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

R = 35.58%
G = 29.51%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3AFCF (or 0xD3AFCF) is known color: French Lilac. HEX triplet: D3, AF and CF. RGB value is (211,175,207). Sum of RGB (Red+Green+Blue) = 211+175+207=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCF is #2C5030. Grayscale: #BDBDBD. Windows color (decimal): -2904113 or 13610963. OLE color: 13610963.

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

Color convert

RGB 211 175 207 -
CMYK 0 0.17 0.02 0.17
HSL 306.67º 0.29% 0.76% -
HSV(B) 306.67º 0.17% 0.83% -
XYZ 53.46 49.01 65.67 -
YUV 189.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 211 175 207 0 0.17 0.02 0.17 306.67 0.29 0.76
Hex D3 AF CF 0 11 2 11 133 1D 4C
Octal 323 257 317 0 21 2 21 463 35 114
Binary 11010011 10101111 11001111 0 10001 10 10001 100110011 11101 1001100

Color Harmonies of #D3AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFCF

Black with #D3AFCF

Text Example


Text Example

White with #D3AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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