Html Css Color HEX #DABCD1 French Lilac

📋 copy color: '#DABCD1'

red 218 ◦ green 188 ◦ blue 209

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

Shades of French Lilac #DABCD1

Tints of French Lilac #DABCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.57%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 35.45%
G = 30.57%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DABCD1 (or 0xDABCD1) is known color: French Lilac. HEX triplet: DA, BC and D1. RGB value is (218,188,209). Sum of RGB (Red+Green+Blue) = 218+188+209=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD1 is #25432E. Grayscale: #C7C7C7. Windows color (decimal): -2442031 or 13745370. OLE color: 13745370.

HSL color Cylindrical-coordinate representation of color #DABCD1: hue angle of 318º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 209 -
CMYK 0 0.14 0.04 0.15
HSL 318º 0.29% 0.8% -
HSV(B) 318º 0.14% 0.85% -
XYZ 58.41 55.48 67.95 -
YUV 199.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 218 188 209 0 0.14 0.04 0.15 318 0.29 0.8
Hex DA BC D1 0 E 4 F 13E 1D 50
Octal 332 274 321 0 16 4 17 476 35 120
Binary 11011010 10111100 11010001 0 1110 100 1111 100111110 11101 1010000

Color Harmonies of #DABCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCD1

Black with #DABCD1

Text Example


Text Example

White with #DABCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCD1; }

 p { color: rgb(218,188,209); }

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

background-color css

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

 a { background-color: rgb(218,188,209); }

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

border-color css

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

 span { border-color: rgb(218,188,209); }

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