Html Css Color HEX #DBA8D4 French Lilac

📋 copy color: '#DBA8D4'

red 219 ◦ green 168 ◦ blue 212

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

Shades of French Lilac #DBA8D4

Tints of French Lilac #DBA8D4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.05%

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

R = 36.56%
G = 28.05%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA8D4 (or 0xDBA8D4) is known color: French Lilac. HEX triplet: DB, A8 and D4. RGB value is (219,168,212). Sum of RGB (Red+Green+Blue) = 219+168+212=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D4 is #24572B. Grayscale: #BCBCBC. Windows color (decimal): -2381612 or 13936859. OLE color: 13936859.

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

Color convert

RGB 219 168 212 -
CMYK 0 0.23 0.03 0.14
HSL 308.24º 0.41% 0.76% -
HSV(B) 308.24º 0.23% 0.86% -
XYZ 55.1 47.82 68.61 -
YUV 188.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 219 168 212 0 0.23 0.03 0.14 308.24 0.41 0.76
Hex DB A8 D4 0 17 3 E 134 29 4C
Octal 333 250 324 0 27 3 16 464 51 114
Binary 11011011 10101000 11010100 0 10111 11 1110 100110100 101001 1001100

Color Harmonies of #DBA8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8D4

Black with #DBA8D4

Text Example


Text Example

White with #DBA8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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