Html Css Color HEX #DABAD2 French Lilac

📋 copy color: '#DABAD2'

red 218 ◦ green 186 ◦ blue 210

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

Shades of French Lilac #DABAD2

Tints of French Lilac #DABAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.29%

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

R = 35.5%
G = 30.29%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DABAD2 (or 0xDABAD2) is known color: French Lilac. HEX triplet: DA, BA and D2. RGB value is (218,186,210). Sum of RGB (Red+Green+Blue) = 218+186+210=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAD2 is #25452D. Grayscale: #C6C6C6. Windows color (decimal): -2442542 or 13810394. OLE color: 13810394.

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

Color convert

RGB 218 186 210 -
CMYK 0 0.15 0.04 0.15
HSL 315º 0.3% 0.79% -
HSV(B) 315º 0.15% 0.85% -
XYZ 58.11 54.68 68.46 -
YUV 198.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 218 186 210 0 0.15 0.04 0.15 315 0.3 0.79
Hex DA BA D2 0 F 4 F 13B 1E 4F
Octal 332 272 322 0 17 4 17 473 36 117
Binary 11011010 10111010 11010010 0 1111 100 1111 100111011 11110 1001111

Color Harmonies of #DABAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAD2

Black with #DABAD2

Text Example


Text Example

White with #DABAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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