Html Css Color HEX #DABDD2 French Lilac

📋 copy color: '#DABDD2'

red 218 ◦ green 189 ◦ blue 210

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

Shades of French Lilac #DABDD2

Tints of French Lilac #DABDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 35.33%
G = 30.63%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DABDD2 (or 0xDABDD2) is known color: French Lilac. HEX triplet: DA, BD and D2. RGB value is (218,189,210). Sum of RGB (Red+Green+Blue) = 218+189+210=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD2 is #25422D. Grayscale: #C8C8C8. Windows color (decimal): -2441774 or 13811162. OLE color: 13811162.

HSL color Cylindrical-coordinate representation of color #DABDD2: hue angle of 316.55º 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 #DABDD2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 210 -
CMYK 0 0.13 0.04 0.15
HSL 316.55º 0.28% 0.8% -
HSV(B) 316.55º 0.13% 0.85% -
XYZ 58.74 55.95 68.68 -
YUV 200.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 218 189 210 0 0.13 0.04 0.15 316.55 0.28 0.8
Hex DA BD D2 0 D 4 F 13D 1C 50
Octal 332 275 322 0 15 4 17 475 34 120
Binary 11011010 10111101 11010010 0 1101 100 1111 100111101 11100 1010000

Color Harmonies of #DABDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDD2

Black with #DABDD2

Text Example


Text Example

White with #DABDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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