Html Css Color HEX #DBB0D4 French Lilac

📋 copy color: '#DBB0D4'

red 219 ◦ green 176 ◦ blue 212

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

Shades of French Lilac #DBB0D4

Tints of French Lilac #DBB0D4

RGB

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

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

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

R = 36.08%
G = 29%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBB0D4 (or 0xDBB0D4) is known color: French Lilac. HEX triplet: DB, B0 and D4. RGB value is (219,176,212). Sum of RGB (Red+Green+Blue) = 219+176+212=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0D4 is #244F2B. Grayscale: #C0C0C0. Windows color (decimal): -2379564 or 13938907. OLE color: 13938907.

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

Color convert

RGB 219 176 212 -
CMYK 0 0.20 0.03 0.14
HSL 309.77º 0.37% 0.77% -
HSV(B) 309.77º 0.2% 0.86% -
XYZ 56.62 50.86 69.12 -
YUV 192.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 219 176 212 0 0.20 0.03 0.14 309.77 0.37 0.77
Hex DB B0 D4 0 14 3 E 136 25 4D
Octal 333 260 324 0 24 3 16 466 45 115
Binary 11011011 10110000 11010100 0 10100 11 1110 100110110 100101 1001101

Color Harmonies of #DBB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0D4

Black with #DBB0D4

Text Example


Text Example

White with #DBB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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