Html Css Color HEX #D4ADCD French Lilac

📋 copy color: '#D4ADCD'

red 212 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #D4ADCD

Tints of French Lilac #D4ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.32%

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 35.93%
G = 29.32%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4ADCD (or 0xD4ADCD) is known color: French Lilac. HEX triplet: D4, AD and CD. RGB value is (212,173,205). Sum of RGB (Red+Green+Blue) = 212+173+205=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCD is #2B5232. Grayscale: #BCBCBC. Windows color (decimal): -2839091 or 13479380. OLE color: 13479380.

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

Color convert

RGB 212 173 205 -
CMYK 0 0.18 0.03 0.17
HSL 310.77º 0.31% 0.75% -
HSV(B) 310.77º 0.18% 0.83% -
XYZ 53.11 48.29 64.28 -
YUV 188.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 212 173 205 0 0.18 0.03 0.17 310.77 0.31 0.75
Hex D4 AD CD 0 12 3 11 137 1F 4B
Octal 324 255 315 0 22 3 21 467 37 113
Binary 11010100 10101101 11001101 0 10010 11 10001 100110111 11111 1001011

Color Harmonies of #D4ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADCD

Black with #D4ADCD

Text Example


Text Example

White with #D4ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADCD; }

 p { color: rgb(212,173,205); }

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

background-color css

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

 a { background-color: rgb(212,173,205); }

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

border-color css

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

 span { border-color: rgb(212,173,205); }

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