Html Css Color HEX #DAACD0 French Lilac

📋 copy color: '#DAACD0'

red 218 ◦ green 172 ◦ blue 208

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

Shades of French Lilac #DAACD0

Tints of French Lilac #DAACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.76%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 36.45%
G = 28.76%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAACD0 (or 0xDAACD0) is known color: French Lilac. HEX triplet: DA, AC and D0. RGB value is (218,172,208). Sum of RGB (Red+Green+Blue) = 218+172+208=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD0 is #25532F. Grayscale: #BDBDBD. Windows color (decimal): -2446128 or 13675738. OLE color: 13675738.

HSL color Cylindrical-coordinate representation of color #DAACD0: hue angle of 313.04º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACD0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 208 -
CMYK 0 0.21 0.05 0.15
HSL 313.04º 0.38% 0.76% -
HSV(B) 313.04º 0.21% 0.85% -
XYZ 55.05 48.96 66.22 -
YUV 189.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 218 172 208 0 0.21 0.05 0.15 313.04 0.38 0.76
Hex DA AC D0 0 15 5 F 139 26 4C
Octal 332 254 320 0 25 5 17 471 46 114
Binary 11011010 10101100 11010000 0 10101 101 1111 100111001 100110 1001100

Color Harmonies of #DAACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACD0

Black with #DAACD0

Text Example


Text Example

White with #DAACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACD0; }

 p { color: rgb(218,172,208); }

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

background-color css

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

 a { background-color: rgb(218,172,208); }

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

border-color css

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

 span { border-color: rgb(218,172,208); }

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