Html Css Color HEX #DABDD7 French Lilac

📋 copy color: '#DABDD7'

red 218 ◦ green 189 ◦ blue 215

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

Shades of French Lilac #DABDD7

Tints of French Lilac #DABDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.39%

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

R = 35.05%
G = 30.39%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DABDD7 (or 0xDABDD7) is known color: French Lilac. HEX triplet: DA, BD and D7. RGB value is (218,189,215). Sum of RGB (Red+Green+Blue) = 218+189+215=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD7 is #254228. Grayscale: #C8C8C8. Windows color (decimal): -2441769 or 14138842. OLE color: 14138842.

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

Color convert

RGB 218 189 215 -
CMYK 0 0.13 0.01 0.15
HSL 306.21º 0.28% 0.8% -
HSV(B) 306.21º 0.13% 0.85% -
XYZ 59.38 56.21 72.01 -
YUV 200.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 218 189 215 0 0.13 0.01 0.15 306.21 0.28 0.8
Hex DA BD D7 0 D 1 F 132 1C 50
Octal 332 275 327 0 15 1 17 462 34 120
Binary 11011010 10111101 11010111 0 1101 1 1111 100110010 11100 1010000

Color Harmonies of #DABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDD7

Black with #DABDD7

Text Example


Text Example

White with #DABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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