Html Css Color HEX #DAA5CE French Lilac

📋 copy color: '#DAA5CE'

red 218 ◦ green 165 ◦ blue 206

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

Shades of French Lilac #DAA5CE

Tints of French Lilac #DAA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

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

R = 37.01%
G = 28.01%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAA5CE (or 0xDAA5CE) is known color: French Lilac. HEX triplet: DA, A5 and CE. RGB value is (218,165,206). Sum of RGB (Red+Green+Blue) = 218+165+206=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5CE is #255A31. Grayscale: #B9B9B9. Windows color (decimal): -2447922 or 13542874. OLE color: 13542874.

HSL color Cylindrical-coordinate representation of color #DAA5CE: hue angle of 313.58º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5CE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 206 -
CMYK 0 0.24 0.06 0.15
HSL 313.58º 0.42% 0.75% -
HSV(B) 313.58º 0.24% 0.85% -
XYZ 53.51 46.27 64.5 -
YUV 185.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 218 165 206 0 0.24 0.06 0.15 313.58 0.42 0.75
Hex DA A5 CE 0 18 6 F 13A 2A 4B
Octal 332 245 316 0 30 6 17 472 52 113
Binary 11011010 10100101 11001110 0 11000 110 1111 100111010 101010 1001011

Color Harmonies of #DAA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5CE

Black with #DAA5CE

Text Example


Text Example

White with #DAA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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