Html Css Color HEX #DBBAD4 French Lilac

📋 copy color: '#DBBAD4'

red 219 ◦ green 186 ◦ blue 212

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

Shades of French Lilac #DBBAD4

Tints of French Lilac #DBBAD4

RGB

 RED value IS 219 (85.94% from 255) = 35.49%

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

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

R = 35.49%
G = 30.15%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBBAD4 (or 0xDBBAD4) is known color: French Lilac. HEX triplet: DB, BA and D4. RGB value is (219,186,212). Sum of RGB (Red+Green+Blue) = 219+186+212=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAD4 is #24452B. Grayscale: #C6C6C6. Windows color (decimal): -2377004 or 13941467. OLE color: 13941467.

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

Color convert

RGB 219 186 212 -
CMYK 0 0.15 0.03 0.14
HSL 312.73º 0.31% 0.79% -
HSV(B) 312.73º 0.15% 0.86% -
XYZ 58.66 54.93 69.8 -
YUV 198.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 219 186 212 0 0.15 0.03 0.14 312.73 0.31 0.79
Hex DB BA D4 0 F 3 E 139 1F 4F
Octal 333 272 324 0 17 3 16 471 37 117
Binary 11011011 10111010 11010100 0 1111 11 1110 100111001 11111 1001111

Color Harmonies of #DBBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAD4

Black with #DBBAD4

Text Example


Text Example

White with #DBBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAD4; }

 p { color: rgb(219,186,212); }

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

background-color css

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

 a { background-color: rgb(219,186,212); }

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

border-color css

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

 span { border-color: rgb(219,186,212); }

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