Html Css Color HEX #DCAACE French Lilac

📋 copy color: '#DCAACE'

red 220 ◦ green 170 ◦ blue 206

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

Shades of French Lilac #DCAACE

Tints of French Lilac #DCAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.52%

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

R = 36.91%
G = 28.52%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCAACE (or 0xDCAACE) is known color: French Lilac. HEX triplet: DC, AA and CE. RGB value is (220,170,206). Sum of RGB (Red+Green+Blue) = 220+170+206=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACE is #235531. Grayscale: #BCBCBC. Windows color (decimal): -2315570 or 13544156. OLE color: 13544156.

HSL color Cylindrical-coordinate representation of color #DCAACE: hue angle of 316.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAACE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 206 -
CMYK 0 0.23 0.06 0.14
HSL 316.8º 0.42% 0.76% -
HSV(B) 316.8º 0.23% 0.86% -
XYZ 55.03 48.42 64.84 -
YUV 189.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 220 170 206 0 0.23 0.06 0.14 316.8 0.42 0.76
Hex DC AA CE 0 17 6 E 13D 2A 4C
Octal 334 252 316 0 27 6 16 475 52 114
Binary 11011100 10101010 11001110 0 10111 110 1110 100111101 101010 1001100

Color Harmonies of #DCAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAACE

Black with #DCAACE

Text Example


Text Example

White with #DCAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAACE; }

 p { color: rgb(220,170,206); }

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

background-color css

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

 a { background-color: rgb(220,170,206); }

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

border-color css

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

 span { border-color: rgb(220,170,206); }

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