#DABBD4

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

Shades of French Lilac #DABBD4

Tints of French Lilac #DABBD4

Color information

#DABBD4 (or 0xDABBD4) is unknown color: approx French Lilac. HEX triplet: DA, BB and D4. RGB value is (218,187,212). Sum of RGB (Red+Green+Blue) = 218+187+212=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD4 is #25442B. Grayscale: #C7C7C7. Windows color (decimal): -2442284 or 13941722. OLE color: 13941722.

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

Color convert

RGB218187212-
CMYK00.140.030.15
HSL311.61º29.52%79.41%-
HSV(B)311.61º14.22%85.49%-
XYZ58.5755.269.86-
YUV199.12135.27141.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=35.33%
G=30.31%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818721200.140.030.15311.6129.5279.41
HexDABBD40E3F1381e4f
Octal33227332401631747036117
Binary11011010101110111101010001110111111100111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBD4; }

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

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

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

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

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

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

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

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