Html Css Color HEX #DAAECE French Lilac

📋 copy color: '#DAAECE'

red 218 ◦ green 174 ◦ blue 206

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

Shades of French Lilac #DAAECE

Tints of French Lilac #DAAECE

RGB

 RED value IS 218 (85.55% from 255) = 36.45%

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

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

R = 36.45%
G = 29.1%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAAECE (or 0xDAAECE) is known color: French Lilac. HEX triplet: DA, AE and CE. RGB value is (218,174,206). Sum of RGB (Red+Green+Blue) = 218+174+206=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECE is #255131. Grayscale: #BEBEBE. Windows color (decimal): -2445618 or 13545178. OLE color: 13545178.

HSL color Cylindrical-coordinate representation of color #DAAECE: hue angle of 316.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAECE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 206 -
CMYK 0 0.20 0.06 0.15
HSL 316.36º 0.37% 0.77% -
HSV(B) 316.36º 0.2% 0.85% -
XYZ 55.19 49.63 65.06 -
YUV 190.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 218 174 206 0 0.20 0.06 0.15 316.36 0.37 0.77
Hex DA AE CE 0 14 6 F 13C 25 4D
Octal 332 256 316 0 24 6 17 474 45 115
Binary 11011010 10101110 11001110 0 10100 110 1111 100111100 100101 1001101

Color Harmonies of #DAAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAECE

Black with #DAAECE

Text Example


Text Example

White with #DAAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAECE; }

 p { color: rgb(218,174,206); }

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

background-color css

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

 a { background-color: rgb(218,174,206); }

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

border-color css

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

 span { border-color: rgb(218,174,206); }

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