Html Css Color HEX #DABDD5 French Lilac

📋 copy color: '#DABDD5'

red 218 ◦ green 189 ◦ blue 213

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

Shades of French Lilac #DABDD5

Tints of French Lilac #DABDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.48%

 BLUE value IS 213 (83.59% from 255) = 34.35%

R = 35.16%
G = 30.48%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DABDD5 (or 0xDABDD5) is known color: French Lilac. HEX triplet: DA, BD and D5. RGB value is (218,189,213). Sum of RGB (Red+Green+Blue) = 218+189+213=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD5 is #25422A. Grayscale: #C8C8C8. Windows color (decimal): -2441771 or 14007770. OLE color: 14007770.

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

Color convert

RGB 218 189 213 -
CMYK 0 0.13 0.02 0.15
HSL 310.34º 0.28% 0.8% -
HSV(B) 310.34º 0.13% 0.85% -
XYZ 59.12 56.1 70.66 -
YUV 200.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 218 189 213 0 0.13 0.02 0.15 310.34 0.28 0.8
Hex DA BD D5 0 D 2 F 136 1C 50
Octal 332 275 325 0 15 2 17 466 34 120
Binary 11011010 10111101 11010101 0 1101 10 1111 100110110 11100 1010000

Color Harmonies of #DABDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDD5

Black with #DABDD5

Text Example


Text Example

White with #DABDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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