Html Css Color HEX #DAB8D2 French Lilac

📋 copy color: '#DAB8D2'

red 218 ◦ green 184 ◦ blue 210

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

Shades of French Lilac #DAB8D2

Tints of French Lilac #DAB8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 35.62%
G = 30.07%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAB8D2 (or 0xDAB8D2) is known color: French Lilac. HEX triplet: DA, B8 and D2. RGB value is (218,184,210). Sum of RGB (Red+Green+Blue) = 218+184+210=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8D2 is #25472D. Grayscale: #C5C5C5. Windows color (decimal): -2443054 or 13809882. OLE color: 13809882.

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

Color convert

RGB 218 184 210 -
CMYK 0 0.16 0.04 0.15
HSL 314.12º 0.31% 0.79% -
HSV(B) 314.12º 0.16% 0.85% -
XYZ 57.69 53.84 68.32 -
YUV 197.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 218 184 210 0 0.16 0.04 0.15 314.12 0.31 0.79
Hex DA B8 D2 0 10 4 F 13A 1F 4F
Octal 332 270 322 0 20 4 17 472 37 117
Binary 11011010 10111000 11010010 0 10000 100 1111 100111010 11111 1001111

Color Harmonies of #DAB8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8D2

Black with #DAB8D2

Text Example


Text Example

White with #DAB8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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