Html Css Color HEX #DABFD5 French Lilac

📋 copy color: '#DABFD5'

red 218 ◦ green 191 ◦ blue 213

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

Shades of French Lilac #DABFD5

Tints of French Lilac #DABFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

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

R = 35.05%
G = 30.71%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DABFD5 (or 0xDABFD5) is known color: French Lilac. HEX triplet: DA, BF and D5. RGB value is (218,191,213). Sum of RGB (Red+Green+Blue) = 218+191+213=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD5 is #25402A. Grayscale: #C9C9C9. Windows color (decimal): -2441259 or 14008282. OLE color: 14008282.

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

Color convert

RGB 218 191 213 -
CMYK 0 0.12 0.02 0.15
HSL 311.11º 0.27% 0.8% -
HSV(B) 311.11º 0.12% 0.85% -
XYZ 59.55 56.97 70.81 -
YUV 201.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 218 191 213 0 0.12 0.02 0.15 311.11 0.27 0.8
Hex DA BF D5 0 C 2 F 137 1B 50
Octal 332 277 325 0 14 2 17 467 33 120
Binary 11011010 10111111 11010101 0 1100 10 1111 100110111 11011 1010000

Color Harmonies of #DABFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFD5

Black with #DABFD5

Text Example


Text Example

White with #DABFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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