Html Css Color HEX #DAAECF French Lilac

📋 copy color: '#DAAECF'

red 218 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #DAAECF

Tints of French Lilac #DAAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 36.39%
G = 29.05%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAAECF (or 0xDAAECF) is known color: French Lilac. HEX triplet: DA, AE and CF. RGB value is (218,174,207). Sum of RGB (Red+Green+Blue) = 218+174+207=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECF is #255130. Grayscale: #BEBEBE. Windows color (decimal): -2445617 or 13610714. OLE color: 13610714.

HSL color Cylindrical-coordinate representation of color #DAAECF: hue angle of 315º 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 #DAAECF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 207 -
CMYK 0 0.20 0.05 0.15
HSL 315º 0.37% 0.77% -
HSV(B) 315º 0.2% 0.85% -
XYZ 55.31 49.68 65.71 -
YUV 190.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 218 174 207 0 0.20 0.05 0.15 315 0.37 0.77
Hex DA AE CF 0 14 5 F 13B 25 4D
Octal 332 256 317 0 24 5 17 473 45 115
Binary 11011010 10101110 11001111 0 10100 101 1111 100111011 100101 1001101

Color Harmonies of #DAAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAECF

Black with #DAAECF

Text Example


Text Example

White with #DAAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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