Html Css Color HEX #DBBBD4 French Lilac

📋 copy color: '#DBBBD4'

red 219 ◦ green 187 ◦ blue 212

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

Shades of French Lilac #DBBBD4

Tints of French Lilac #DBBBD4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

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

R = 35.44%
G = 30.26%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBBBD4 (or 0xDBBBD4) is known color: French Lilac. HEX triplet: DB, BB and D4. RGB value is (219,187,212). Sum of RGB (Red+Green+Blue) = 219+187+212=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD4 is #24442B. Grayscale: #C7C7C7. Windows color (decimal): -2376748 or 13941723. OLE color: 13941723.

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

Color convert

RGB 219 187 212 -
CMYK 0 0.15 0.03 0.14
HSL 313.13º 0.31% 0.8% -
HSV(B) 313.13º 0.15% 0.86% -
XYZ 58.87 55.35 69.87 -
YUV 199.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 219 187 212 0 0.15 0.03 0.14 313.13 0.31 0.8
Hex DB BB D4 0 F 3 E 139 1F 50
Octal 333 273 324 0 17 3 16 471 37 120
Binary 11011011 10111011 11010100 0 1111 11 1110 100111001 11111 1010000

Color Harmonies of #DBBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBD4

Black with #DBBBD4

Text Example


Text Example

White with #DBBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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