Html Css Color HEX #DAB0D7 French Lilac

📋 copy color: '#DAB0D7'

red 218 ◦ green 176 ◦ blue 215

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

Shades of French Lilac #DAB0D7

Tints of French Lilac #DAB0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.3%

R = 35.8%
G = 28.9%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAB0D7 (or 0xDAB0D7) is known color: French Lilac. HEX triplet: DA, B0 and D7. RGB value is (218,176,215). Sum of RGB (Red+Green+Blue) = 218+176+215=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0D7 is #254F28. Grayscale: #C0C0C0. Windows color (decimal): -2445097 or 14135514. OLE color: 14135514.

HSL color Cylindrical-coordinate representation of color #DAB0D7: hue angle of 304.29º 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 #DAB0D7 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 215 -
CMYK 0 0.19 0.01 0.15
HSL 304.29º 0.36% 0.77% -
HSV(B) 304.29º 0.19% 0.85% -
XYZ 56.7 50.86 71.12 -
YUV 193 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 218 176 215 0 0.19 0.01 0.15 304.29 0.36 0.77
Hex DA B0 D7 0 13 1 F 130 24 4D
Octal 332 260 327 0 23 1 17 460 44 115
Binary 11011010 10110000 11010111 0 10011 1 1111 100110000 100100 1001101

Color Harmonies of #DAB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0D7

Black with #DAB0D7

Text Example


Text Example

White with #DAB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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