Html Css Color HEX #DABBD7 French Lilac

📋 copy color: '#DABBD7'

red 218 ◦ green 187 ◦ blue 215

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

Shades of French Lilac #DABBD7

Tints of French Lilac #DABBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.16%

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

R = 35.16%
G = 30.16%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DABBD7 (or 0xDABBD7) is known color: French Lilac. HEX triplet: DA, BB and D7. RGB value is (218,187,215). Sum of RGB (Red+Green+Blue) = 218+187+215=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD7 is #254428. Grayscale: #C7C7C7. Windows color (decimal): -2442281 or 14138330. OLE color: 14138330.

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

Color convert

RGB 218 187 215 -
CMYK 0 0.14 0.01 0.15
HSL 305.81º 0.3% 0.79% -
HSV(B) 305.81º 0.14% 0.85% -
XYZ 58.95 55.35 71.87 -
YUV 199.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 218 187 215 0 0.14 0.01 0.15 305.81 0.3 0.79
Hex DA BB D7 0 E 1 F 132 1E 4F
Octal 332 273 327 0 16 1 17 462 36 117
Binary 11011010 10111011 11010111 0 1110 1 1111 100110010 11110 1001111

Color Harmonies of #DABBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBD7

Black with #DABBD7

Text Example


Text Example

White with #DABBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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