Html Css Color HEX #DAA3CC French Lilac

📋 copy color: '#DAA3CC'

red 218 ◦ green 163 ◦ blue 204

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

Shades of French Lilac #DAA3CC

Tints of French Lilac #DAA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.86%

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

R = 37.26%
G = 27.86%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAA3CC (or 0xDAA3CC) is known color: French Lilac. HEX triplet: DA, A3 and CC. RGB value is (218,163,204). Sum of RGB (Red+Green+Blue) = 218+163+204=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3CC is #255C33. Grayscale: #B8B8B8. Windows color (decimal): -2448436 or 13411290. OLE color: 13411290.

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

Color convert

RGB 218 163 204 -
CMYK 0 0.25 0.06 0.15
HSL 315.27º 0.43% 0.75% -
HSV(B) 315.27º 0.25% 0.85% -
XYZ 52.91 45.46 63.11 -
YUV 184.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 218 163 204 0 0.25 0.06 0.15 315.27 0.43 0.75
Hex DA A3 CC 0 19 6 F 13B 2B 4B
Octal 332 243 314 0 31 6 17 473 53 113
Binary 11011010 10100011 11001100 0 11001 110 1111 100111011 101011 1001011

Color Harmonies of #DAA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3CC

Black with #DAA3CC

Text Example


Text Example

White with #DAA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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