Html Css Color HEX #DAB8D0 French Lilac

📋 copy color: '#DAB8D0'

red 218 ◦ green 184 ◦ blue 208

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

Shades of French Lilac #DAB8D0

Tints of French Lilac #DAB8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.16%

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

R = 35.74%
G = 30.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAB8D0 (or 0xDAB8D0) is known color: French Lilac. HEX triplet: DA, B8 and D0. RGB value is (218,184,208). Sum of RGB (Red+Green+Blue) = 218+184+208=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8D0 is #25472F. Grayscale: #C4C4C4. Windows color (decimal): -2443056 or 13678810. OLE color: 13678810.

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

Color convert

RGB 218 184 208 -
CMYK 0 0.16 0.05 0.15
HSL 317.65º 0.31% 0.79% -
HSV(B) 317.65º 0.16% 0.85% -
XYZ 57.44 53.74 67.02 -
YUV 196.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 218 184 208 0 0.16 0.05 0.15 317.65 0.31 0.79
Hex DA B8 D0 0 10 5 F 13E 1F 4F
Octal 332 270 320 0 20 5 17 476 37 117
Binary 11011010 10111000 11010000 0 10000 101 1111 100111110 11111 1001111

Color Harmonies of #DAB8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8D0

Black with #DAB8D0

Text Example


Text Example

White with #DAB8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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