Html Css Color HEX #D4ADCC French Lilac

📋 copy color: '#D4ADCC'

red 212 ◦ green 173 ◦ blue 204

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

Shades of French Lilac #D4ADCC

Tints of French Lilac #D4ADCC

RGB

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

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

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

R = 35.99%
G = 29.37%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4ADCC (or 0xD4ADCC) is known color: French Lilac. HEX triplet: D4, AD and CC. RGB value is (212,173,204). Sum of RGB (Red+Green+Blue) = 212+173+204=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCC is #2B5233. Grayscale: #BCBCBC. Windows color (decimal): -2839092 or 13413844. OLE color: 13413844.

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

Color convert

RGB 212 173 204 -
CMYK 0 0.18 0.04 0.17
HSL 312.31º 0.31% 0.75% -
HSV(B) 312.31º 0.18% 0.83% -
XYZ 52.99 48.24 63.65 -
YUV 188.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 212 173 204 0 0.18 0.04 0.17 312.31 0.31 0.75
Hex D4 AD CC 0 12 4 11 138 1F 4B
Octal 324 255 314 0 22 4 21 470 37 113
Binary 11010100 10101101 11001100 0 10010 100 10001 100111000 11111 1001011

Color Harmonies of #D4ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADCC

Black with #D4ADCC

Text Example


Text Example

White with #D4ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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