Html Css Color HEX #DBB0CF French Lilac

📋 copy color: '#DBB0CF'

red 219 ◦ green 176 ◦ blue 207

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

Shades of French Lilac #DBB0CF

Tints of French Lilac #DBB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

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

R = 36.38%
G = 29.24%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBB0CF (or 0xDBB0CF) is known color: French Lilac. HEX triplet: DB, B0 and CF. RGB value is (219,176,207). Sum of RGB (Red+Green+Blue) = 219+176+207=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CF is #244F30. Grayscale: #C0C0C0. Windows color (decimal): -2379569 or 13611227. OLE color: 13611227.

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

Color convert

RGB 219 176 207 -
CMYK 0 0.20 0.05 0.14
HSL 316.74º 0.37% 0.77% -
HSV(B) 316.74º 0.2% 0.86% -
XYZ 56 50.62 65.85 -
YUV 192.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 219 176 207 0 0.20 0.05 0.14 316.74 0.37 0.77
Hex DB B0 CF 0 14 5 E 13D 25 4D
Octal 333 260 317 0 24 5 16 475 45 115
Binary 11011011 10110000 11001111 0 10100 101 1110 100111101 100101 1001101

Color Harmonies of #DBB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0CF

Black with #DBB0CF

Text Example


Text Example

White with #DBB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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