Html Css Color HEX #D4AFD2 French Lilac

📋 copy color: '#D4AFD2'

red 212 ◦ green 175 ◦ blue 210

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

Shades of French Lilac #D4AFD2

Tints of French Lilac #D4AFD2

RGB

 RED value IS 212 (83.2% from 255) = 35.51%

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

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 35.51%
G = 29.31%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D4AFD2 (or 0xD4AFD2) is known color: French Lilac. HEX triplet: D4, AF and D2. RGB value is (212,175,210). Sum of RGB (Red+Green+Blue) = 212+175+210=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD2 is #2B502D. Grayscale: #BDBDBD. Windows color (decimal): -2838574 or 13807572. OLE color: 13807572.

HSL color Cylindrical-coordinate representation of color #D4AFD2: hue angle of 303.24º degrees, saturation: 0.3, 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 #D4AFD2 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 210 -
CMYK 0 0.17 0.01 0.17
HSL 303.24º 0.3% 0.76% -
HSV(B) 303.24º 0.17% 0.83% -
XYZ 54.11 49.31 67.64 -
YUV 190.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 212 175 210 0 0.17 0.01 0.17 303.24 0.3 0.76
Hex D4 AF D2 0 11 1 11 12F 1E 4C
Octal 324 257 322 0 21 1 21 457 36 114
Binary 11010100 10101111 11010010 0 10001 1 10001 100101111 11110 1001100

Color Harmonies of #D4AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFD2

Black with #D4AFD2

Text Example


Text Example

White with #D4AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFD2; }

 p { color: rgb(212,175,210); }

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

background-color css

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

 a { background-color: rgb(212,175,210); }

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

border-color css

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

 span { border-color: rgb(212,175,210); }

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