Html Css Color HEX #DACDD7 French Lilac

📋 copy color: '#DACDD7'

red 218 ◦ green 205 ◦ blue 215

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

Shades of French Lilac #DACDD7

Tints of French Lilac #DACDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.13%

 BLUE value IS 215 (84.38% from 255) = 33.7%

R = 34.17%
G = 32.13%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DACDD7 (or 0xDACDD7) is known color: French Lilac. HEX triplet: DA, CD and D7. RGB value is (218,205,215). Sum of RGB (Red+Green+Blue) = 218+205+215=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD7 is #253228. Grayscale: #D1D1D1. Windows color (decimal): -2437673 or 14142938. OLE color: 14142938.

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

Color convert

RGB 218 205 215 -
CMYK 0 0.06 0.01 0.15
HSL 313.85º 0.15% 0.83% -
HSV(B) 313.85º 0.06% 0.85% -
XYZ 63.01 63.47 73.22 -
YUV 210.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 218 205 215 0 0.06 0.01 0.15 313.85 0.15 0.83
Hex DA CD D7 0 6 1 F 13A F 53
Octal 332 315 327 0 6 1 17 472 17 123
Binary 11011010 11001101 11010111 0 110 1 1111 100111010 1111 1010011

Color Harmonies of #DACDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACDD7

Black with #DACDD7

Text Example


Text Example

White with #DACDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACDD7; }

 p { color: rgb(218,205,215); }

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

background-color css

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

 a { background-color: rgb(218,205,215); }

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

border-color css

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

 span { border-color: rgb(218,205,215); }

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