Html Css Color HEX #DBBCD2 French Lilac

📋 copy color: '#DBBCD2'

red 219 ◦ green 188 ◦ blue 210

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

Shades of French Lilac #DBBCD2

Tints of French Lilac #DBBCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.47%

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 35.49%
G = 30.47%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBBCD2 (or 0xDBBCD2) is known color: French Lilac. HEX triplet: DB, BC and D2. RGB value is (219,188,210). Sum of RGB (Red+Green+Blue) = 219+188+210=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD2 is #24432D. Grayscale: #C7C7C7. Windows color (decimal): -2376494 or 13810907. OLE color: 13810907.

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

Color convert

RGB 219 188 210 -
CMYK 0 0.14 0.04 0.14
HSL 317.42º 0.3% 0.8% -
HSV(B) 317.42º 0.14% 0.86% -
XYZ 58.83 55.68 68.62 -
YUV 199.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 219 188 210 0 0.14 0.04 0.14 317.42 0.3 0.8
Hex DB BC D2 0 E 4 E 13D 1E 50
Octal 333 274 322 0 16 4 16 475 36 120
Binary 11011011 10111100 11010010 0 1110 100 1110 100111101 11110 1010000

Color Harmonies of #DBBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCD2

Black with #DBBCD2

Text Example


Text Example

White with #DBBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCD2; }

 p { color: rgb(219,188,210); }

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

background-color css

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

 a { background-color: rgb(219,188,210); }

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

border-color css

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

 span { border-color: rgb(219,188,210); }

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