Html Css Color HEX #DBC9D7 French Lilac

📋 copy color: '#DBC9D7'

red 219 ◦ green 201 ◦ blue 215

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

Shades of French Lilac #DBC9D7

Tints of French Lilac #DBC9D7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.65%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 34.49%
G = 31.65%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBC9D7 (or 0xDBC9D7) is known color: French Lilac. HEX triplet: DB, C9 and D7. RGB value is (219,201,215). Sum of RGB (Red+Green+Blue) = 219+201+215=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9D7 is #243628. Grayscale: #CFCFCF. Windows color (decimal): -2373161 or 14141915. OLE color: 14141915.

HSL color Cylindrical-coordinate representation of color #DBC9D7: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBC9D7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 215 -
CMYK 0 0.08 0.02 0.14
HSL 313.33º 0.2% 0.82% -
HSV(B) 313.33º 0.08% 0.86% -
XYZ 62.37 61.74 72.92 -
YUV 207.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 219 201 215 0 0.08 0.02 0.14 313.33 0.2 0.82
Hex DB C9 D7 0 8 2 E 139 14 52
Octal 333 311 327 0 10 2 16 471 24 122
Binary 11011011 11001001 11010111 0 1000 10 1110 100111001 10100 1010010

Color Harmonies of #DBC9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9D7

Black with #DBC9D7

Text Example


Text Example

White with #DBC9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9D7; }

 p { color: rgb(219,201,215); }

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

background-color css

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

 a { background-color: rgb(219,201,215); }

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

border-color css

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

 span { border-color: rgb(219,201,215); }

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