Html Css Color HEX #DAB7D5 French Lilac

📋 copy color: '#DAB7D5'

red 218 ◦ green 183 ◦ blue 213

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

Shades of French Lilac #DAB7D5

Tints of French Lilac #DAB7D5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.8%

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 35.5%
G = 29.8%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAB7D5 (or 0xDAB7D5) is known color: French Lilac. HEX triplet: DA, B7 and D5. RGB value is (218,183,213). Sum of RGB (Red+Green+Blue) = 218+183+213=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7D5 is #25482A. Grayscale: #C4C4C4. Windows color (decimal): -2443307 or 14006234. OLE color: 14006234.

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

Color convert

RGB 218 183 213 -
CMYK 0 0.16 0.02 0.15
HSL 308.57º 0.32% 0.79% -
HSV(B) 308.57º 0.16% 0.85% -
XYZ 57.86 53.58 70.24 -
YUV 196.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 218 183 213 0 0.16 0.02 0.15 308.57 0.32 0.79
Hex DA B7 D5 0 10 2 F 135 20 4F
Octal 332 267 325 0 20 2 17 465 40 117
Binary 11011010 10110111 11010101 0 10000 10 1111 100110101 100000 1001111

Color Harmonies of #DAB7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7D5

Black with #DAB7D5

Text Example


Text Example

White with #DAB7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7D5; }

 p { color: rgb(218,183,213); }

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

background-color css

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

 a { background-color: rgb(218,183,213); }

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

border-color css

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

 span { border-color: rgb(218,183,213); }

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