Html Css Color HEX #DAADD4 French Lilac

📋 copy color: '#DAADD4'

red 218 ◦ green 173 ◦ blue 212

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

Shades of French Lilac #DAADD4

Tints of French Lilac #DAADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.69%

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 36.15%
G = 28.69%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAADD4 (or 0xDAADD4) is known color: French Lilac. HEX triplet: DA, AD and D4. RGB value is (218,173,212). Sum of RGB (Red+Green+Blue) = 218+173+212=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD4 is #25522B. Grayscale: #BEBEBE. Windows color (decimal): -2445868 or 13938138. OLE color: 13938138.

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

Color convert

RGB 218 173 212 -
CMYK 0 0.21 0.03 0.15
HSL 308º 0.38% 0.77% -
HSV(B) 308º 0.21% 0.85% -
XYZ 55.74 49.55 68.91 -
YUV 190.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 218 173 212 0 0.21 0.03 0.15 308 0.38 0.77
Hex DA AD D4 0 15 3 F 134 26 4D
Octal 332 255 324 0 25 3 17 464 46 115
Binary 11011010 10101101 11010100 0 10101 11 1111 100110100 100110 1001101

Color Harmonies of #DAADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD4

Black with #DAADD4

Text Example


Text Example

White with #DAADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD4; }

 p { color: rgb(218,173,212); }

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

background-color css

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

 a { background-color: rgb(218,173,212); }

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

border-color css

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

 span { border-color: rgb(218,173,212); }

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