Html Css Color HEX #DABED4 French Lilac

📋 copy color: '#DABED4'

red 218 ◦ green 190 ◦ blue 212

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

Shades of French Lilac #DABED4

Tints of French Lilac #DABED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.65%

 BLUE value IS 212 (83.2% from 255) = 34.19%

R = 35.16%
G = 30.65%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DABED4 (or 0xDABED4) is known color: French Lilac. HEX triplet: DA, BE and D4. RGB value is (218,190,212). Sum of RGB (Red+Green+Blue) = 218+190+212=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED4 is #25412B. Grayscale: #C8C8C8. Windows color (decimal): -2441516 or 13942490. OLE color: 13942490.

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

Color convert

RGB 218 190 212 -
CMYK 0 0.13 0.03 0.15
HSL 312.86º 0.27% 0.8% -
HSV(B) 312.86º 0.13% 0.85% -
XYZ 59.21 56.49 70.07 -
YUV 200.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 218 190 212 0 0.13 0.03 0.15 312.86 0.27 0.8
Hex DA BE D4 0 D 3 F 139 1B 50
Octal 332 276 324 0 15 3 17 471 33 120
Binary 11011010 10111110 11010100 0 1101 11 1111 100111001 11011 1010000

Color Harmonies of #DABED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABED4

Black with #DABED4

Text Example


Text Example

White with #DABED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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