Html Css Color HEX #DCAEDB French Lilac

📋 copy color: '#DCAEDB'

red 220 ◦ green 174 ◦ blue 219

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

Shades of French Lilac #DCAEDB

Tints of French Lilac #DCAEDB

RGB

 RED value IS 220 (86.33% from 255) = 35.89%

 GREEN value IS 174 (68.36% from 255) = 28.38%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 35.89%
G = 28.38%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCAEDB (or 0xDCAEDB) is known color: French Lilac. HEX triplet: DC, AE and DB. RGB value is (220,174,219). Sum of RGB (Red+Green+Blue) = 220+174+219=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDB is #235124. Grayscale: #C0C0C0. Windows color (decimal): -2314533 or 14397148. OLE color: 14397148.

HSL color Cylindrical-coordinate representation of color #DCAEDB: hue angle of 301.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEDB is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 219 -
CMYK 0 0.21 0.00 0.14
HSL 301.3º 0.4% 0.77% -
HSV(B) 301.3º 0.21% 0.86% -
XYZ 57.44 50.6 73.76 -
YUV 192.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 220 174 219 0 0.21 0.00 0.14 301.3 0.4 0.77
Hex DC AE DB 0 15 0 E 12D 28 4D
Octal 334 256 333 0 25 0 16 455 50 115
Binary 11011100 10101110 11011011 0 10101 0 1110 100101101 101000 1001101

Color Harmonies of #DCAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEDB

Black with #DCAEDB

Text Example


Text Example

White with #DCAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEDB; }

 p { color: rgb(220,174,219); }

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

background-color css

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

 a { background-color: rgb(220,174,219); }

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

border-color css

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

 span { border-color: rgb(220,174,219); }

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