Html Css Color HEX #DAA5CC French Lilac

📋 copy color: '#DAA5CC'

red 218 ◦ green 165 ◦ blue 204

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

Shades of French Lilac #DAA5CC

Tints of French Lilac #DAA5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 37.14%
G = 28.11%
B = 34.75%

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

#DAA5CC (or 0xDAA5CC) is known color: French Lilac. HEX triplet: DA, A5 and CC. RGB value is (218,165,204). Sum of RGB (Red+Green+Blue) = 218+165+204=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5CC is #255A33. Grayscale: #B9B9B9. Windows color (decimal): -2447924 or 13411802. OLE color: 13411802.

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

Color convert

RGB 218 165 204 -
CMYK 0 0.24 0.06 0.15
HSL 315.85º 0.42% 0.75% -
HSV(B) 315.85º 0.24% 0.85% -
XYZ 53.27 46.18 63.23 -
YUV 185.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 218 165 204 0 0.24 0.06 0.15 315.85 0.42 0.75
Hex DA A5 CC 0 18 6 F 13C 2A 4B
Octal 332 245 314 0 30 6 17 474 52 113
Binary 11011010 10100101 11001100 0 11000 110 1111 100111100 101010 1001011

Color Harmonies of #DAA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5CC

Black with #DAA5CC

Text Example


Text Example

White with #DAA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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