#DABBD5

Color #DABBD5 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DABBD5

Tints of French Lilac #DABBD5

Color information

#DABBD5 (or 0xDABBD5) is unknown color: approx French Lilac. HEX triplet: DA, BB and D5. RGB value is (218,187,213). Sum of RGB (Red+Green+Blue) = 218+187+213=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD5 is #25442A. Grayscale: #C7C7C7. Windows color (decimal): -2442283 or 14007258. OLE color: 14007258.

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

Color convert

RGB218187213-
CMYK00.140.020.15
HSL309.68º29.52%79.41%-
HSV(B)309.68º14.22%85.49%-
XYZ58.6955.2570.52-
YUV199.23135.77141.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=35.28%
G=30.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818721300.140.020.15309.6829.5279.41
HexDABBD50E2F1361e4f
Octal33227332501621746636117
Binary11011010101110111101010101110101111100110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBD5; }

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

 H1.HeaderClassName
 {
   color: #DABBD5;
 }
 .AnyTagClassName
 {
   color: #DABBD5;
 }
</style>
background-color css

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

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

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

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

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

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