Html Css Color HEX #DAB3D0 French Lilac

📋 copy color: '#DAB3D0'

red 218 ◦ green 179 ◦ blue 208

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

Shades of French Lilac #DAB3D0

Tints of French Lilac #DAB3D0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.59%

 BLUE value IS 208 (81.64% from 255) = 34.38%

R = 36.03%
G = 29.59%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAB3D0 (or 0xDAB3D0) is known color: French Lilac. HEX triplet: DA, B3 and D0. RGB value is (218,179,208). Sum of RGB (Red+Green+Blue) = 218+179+208=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3D0 is #254C2F. Grayscale: #C1C1C1. Windows color (decimal): -2444336 or 13677530. OLE color: 13677530.

HSL color Cylindrical-coordinate representation of color #DAB3D0: hue angle of 315.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3D0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 208 -
CMYK 0 0.18 0.05 0.15
HSL 315.38º 0.35% 0.78% -
HSV(B) 315.38º 0.18% 0.85% -
XYZ 56.42 51.7 66.68 -
YUV 193.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 218 179 208 0 0.18 0.05 0.15 315.38 0.35 0.78
Hex DA B3 D0 0 12 5 F 13B 23 4E
Octal 332 263 320 0 22 5 17 473 43 116
Binary 11011010 10110011 11010000 0 10010 101 1111 100111011 100011 1001110

Color Harmonies of #DAB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3D0

Black with #DAB3D0

Text Example


Text Example

White with #DAB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3D0; }

 p { color: rgb(218,179,208); }

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

background-color css

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

 a { background-color: rgb(218,179,208); }

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

border-color css

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

 span { border-color: rgb(218,179,208); }

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