Html Css Color HEX #DBB0CE French Lilac

📋 copy color: '#DBB0CE'

red 219 ◦ green 176 ◦ blue 206

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

Shades of French Lilac #DBB0CE

Tints of French Lilac #DBB0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.28%

R = 36.44%
G = 29.28%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBB0CE (or 0xDBB0CE) is known color: French Lilac. HEX triplet: DB, B0 and CE. RGB value is (219,176,206). Sum of RGB (Red+Green+Blue) = 219+176+206=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CE is #244F31. Grayscale: #C0C0C0. Windows color (decimal): -2379570 or 13545691. OLE color: 13545691.

HSL color Cylindrical-coordinate representation of color #DBB0CE: hue angle of 318.14º 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 #DBB0CE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 206 -
CMYK 0 0.20 0.06 0.14
HSL 318.14º 0.37% 0.77% -
HSV(B) 318.14º 0.2% 0.86% -
XYZ 55.88 50.57 65.21 -
YUV 192.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 219 176 206 0 0.20 0.06 0.14 318.14 0.37 0.77
Hex DB B0 CE 0 14 6 E 13E 25 4D
Octal 333 260 316 0 24 6 16 476 45 115
Binary 11011011 10110000 11001110 0 10100 110 1110 100111110 100101 1001101

Color Harmonies of #DBB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0CE

Black with #DBB0CE

Text Example


Text Example

White with #DBB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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