Html Css Color HEX #D3AFCE French Lilac

📋 copy color: '#D3AFCE'

red 211 ◦ green 175 ◦ blue 206

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

Shades of French Lilac #D3AFCE

Tints of French Lilac #D3AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 35.64%
G = 29.56%
B = 34.8%

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

#D3AFCE (or 0xD3AFCE) is known color: French Lilac. HEX triplet: D3, AF and CE. RGB value is (211,175,206). Sum of RGB (Red+Green+Blue) = 211+175+206=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCE is #2C5031. Grayscale: #BDBDBD. Windows color (decimal): -2904114 or 13545427. OLE color: 13545427.

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

Color convert

RGB 211 175 206 -
CMYK 0 0.17 0.02 0.17
HSL 308.33º 0.29% 0.76% -
HSV(B) 308.33º 0.17% 0.83% -
XYZ 53.33 48.97 65.03 -
YUV 189.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 211 175 206 0 0.17 0.02 0.17 308.33 0.29 0.76
Hex D3 AF CE 0 11 2 11 134 1D 4C
Octal 323 257 316 0 21 2 21 464 35 114
Binary 11010011 10101111 11001110 0 10001 10 10001 100110100 11101 1001100

Color Harmonies of #D3AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFCE

Black with #D3AFCE

Text Example


Text Example

White with #D3AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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