Html Css Color HEX #DABBD5 French Lilac

📋 copy color: '#DABBD5'

red 218 ◦ green 187 ◦ blue 213

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

Shades of French Lilac #DABBD5

Tints of French Lilac #DABBD5

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 value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DABBD5 (or 0xDABBD5) is known color: 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

RGB 218 187 213 -
CMYK 0 0.14 0.02 0.15
HSL 309.68º 0.3% 0.79% -
HSV(B) 309.68º 0.14% 0.85% -
XYZ 58.69 55.25 70.52 -
YUV 199.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 218 187 213 0 0.14 0.02 0.15 309.68 0.3 0.79
Hex DA BB D5 0 E 2 F 136 1E 4F
Octal 332 273 325 0 16 2 17 466 36 117
Binary 11011010 10111011 11010101 0 1110 10 1111 100110110 11110 1001111

Color Harmonies of #DABBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBD5

Black with #DABBD5

Text Example


Text Example

White with #DABBD5

Text Example


Text Example

HTML Codes & Css Web 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>