Html Css Color HEX #DABAD3 French Lilac

📋 copy color: '#DABAD3'

red 218 ◦ green 186 ◦ blue 211

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

Shades of French Lilac #DABAD3

Tints of French Lilac #DABAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 35.45%
G = 30.24%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DABAD3 (or 0xDABAD3) is known color: French Lilac. HEX triplet: DA, BA and D3. RGB value is (218,186,211). Sum of RGB (Red+Green+Blue) = 218+186+211=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAD3 is #25452C. Grayscale: #C6C6C6. Windows color (decimal): -2442541 or 13875930. OLE color: 13875930.

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

Color convert

RGB 218 186 211 -
CMYK 0 0.15 0.03 0.15
HSL 313.13º 0.3% 0.79% -
HSV(B) 313.13º 0.15% 0.85% -
XYZ 58.23 54.73 69.12 -
YUV 198.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 218 186 211 0 0.15 0.03 0.15 313.13 0.3 0.79
Hex DA BA D3 0 F 3 F 139 1E 4F
Octal 332 272 323 0 17 3 17 471 36 117
Binary 11011010 10111010 11010011 0 1111 11 1111 100111001 11110 1001111

Color Harmonies of #DABAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAD3

Black with #DABAD3

Text Example


Text Example

White with #DABAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAD3; }

 p { color: rgb(218,186,211); }

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

background-color css

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

 a { background-color: rgb(218,186,211); }

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

border-color css

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

 span { border-color: rgb(218,186,211); }

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