Html Css Color HEX #DAB0D1 French Lilac

📋 copy color: '#DAB0D1'

red 218 ◦ green 176 ◦ blue 209

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

Shades of French Lilac #DAB0D1

Tints of French Lilac #DAB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.19%

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 36.15%
G = 29.19%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAB0D1 (or 0xDAB0D1) is known color: French Lilac. HEX triplet: DA, B0 and D1. RGB value is (218,176,209). Sum of RGB (Red+Green+Blue) = 218+176+209=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0D1 is #254F2E. Grayscale: #C0C0C0. Windows color (decimal): -2445103 or 13742298. OLE color: 13742298.

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

Color convert

RGB 218 176 209 -
CMYK 0 0.19 0.04 0.15
HSL 312.86º 0.36% 0.77% -
HSV(B) 312.86º 0.19% 0.85% -
XYZ 55.95 50.56 67.13 -
YUV 192.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 218 176 209 0 0.19 0.04 0.15 312.86 0.36 0.77
Hex DA B0 D1 0 13 4 F 139 24 4D
Octal 332 260 321 0 23 4 17 471 44 115
Binary 11011010 10110000 11010001 0 10011 100 1111 100111001 100100 1001101

Color Harmonies of #DAB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0D1

Black with #DAB0D1

Text Example


Text Example

White with #DAB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0D1; }

 p { color: rgb(218,176,209); }

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

background-color css

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

 a { background-color: rgb(218,176,209); }

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

border-color css

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

 span { border-color: rgb(218,176,209); }

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