Html Css Color HEX #DAB9D3 French Lilac

📋 copy color: '#DAB9D3'

red 218 ◦ green 185 ◦ blue 211

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

Shades of French Lilac #DAB9D3

Tints of French Lilac #DAB9D3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 35.5%
G = 30.13%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAB9D3 (or 0xDAB9D3) is known color: French Lilac. HEX triplet: DA, B9 and D3. RGB value is (218,185,211). Sum of RGB (Red+Green+Blue) = 218+185+211=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D3 is #25462C. Grayscale: #C5C5C5. Windows color (decimal): -2442797 or 13875674. OLE color: 13875674.

HSL color Cylindrical-coordinate representation of color #DAB9D3: hue angle of 312.73º degrees, saturation: 0.31, 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 #DAB9D3 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 211 -
CMYK 0 0.15 0.03 0.15
HSL 312.73º 0.31% 0.79% -
HSV(B) 312.73º 0.15% 0.85% -
XYZ 58.02 54.31 69.05 -
YUV 197.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 218 185 211 0 0.15 0.03 0.15 312.73 0.31 0.79
Hex DA B9 D3 0 F 3 F 139 1F 4F
Octal 332 271 323 0 17 3 17 471 37 117
Binary 11011010 10111001 11010011 0 1111 11 1111 100111001 11111 1001111

Color Harmonies of #DAB9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9D3

Black with #DAB9D3

Text Example


Text Example

White with #DAB9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9D3; }

 p { color: rgb(218,185,211); }

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

background-color css

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

 a { background-color: rgb(218,185,211); }

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

border-color css

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

 span { border-color: rgb(218,185,211); }

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