Html Css Color HEX #DBACCF French Lilac

📋 copy color: '#DBACCF'

red 219 ◦ green 172 ◦ blue 207

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

Shades of French Lilac #DBACCF

Tints of French Lilac #DBACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.76%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 36.62%
G = 28.76%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBACCF (or 0xDBACCF) is known color: French Lilac. HEX triplet: DB, AC and CF. RGB value is (219,172,207). Sum of RGB (Red+Green+Blue) = 219+172+207=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCF is #245330. Grayscale: #BDBDBD. Windows color (decimal): -2380593 or 13610203. OLE color: 13610203.

HSL color Cylindrical-coordinate representation of color #DBACCF: hue angle of 315.32º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACCF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 207 -
CMYK 0 0.21 0.05 0.14
HSL 315.32º 0.39% 0.77% -
HSV(B) 315.32º 0.21% 0.86% -
XYZ 55.23 49.07 65.59 -
YUV 190.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 219 172 207 0 0.21 0.05 0.14 315.32 0.39 0.77
Hex DB AC CF 0 15 5 E 13B 27 4D
Octal 333 254 317 0 25 5 16 473 47 115
Binary 11011011 10101100 11001111 0 10101 101 1110 100111011 100111 1001101

Color Harmonies of #DBACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACCF

Black with #DBACCF

Text Example


Text Example

White with #DBACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACCF; }

 p { color: rgb(219,172,207); }

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

background-color css

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

 a { background-color: rgb(219,172,207); }

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

border-color css

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

 span { border-color: rgb(219,172,207); }

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