Html Css Color HEX #DBC0D8 French Lilac

📋 copy color: '#DBC0D8'

red 219 ◦ green 192 ◦ blue 216

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

Shades of French Lilac #DBC0D8

Tints of French Lilac #DBC0D8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.62%

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 34.93%
G = 30.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBC0D8 (or 0xDBC0D8) is known color: French Lilac. HEX triplet: DB, C0 and D8. RGB value is (219,192,216). Sum of RGB (Red+Green+Blue) = 219+192+216=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D8 is #243F27. Grayscale: #CACACA. Windows color (decimal): -2375464 or 14205147. OLE color: 14205147.

HSL color Cylindrical-coordinate representation of color #DBC0D8: hue angle of 306.67º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0D8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 216 -
CMYK 0 0.12 0.01 0.14
HSL 306.67º 0.27% 0.81% -
HSV(B) 306.67º 0.12% 0.86% -
XYZ 60.46 57.72 72.92 -
YUV 202.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 219 192 216 0 0.12 0.01 0.14 306.67 0.27 0.81
Hex DB C0 D8 0 C 1 E 133 1B 51
Octal 333 300 330 0 14 1 16 463 33 121
Binary 11011011 11000000 11011000 0 1100 1 1110 100110011 11011 1010001

Color Harmonies of #DBC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC0D8

Black with #DBC0D8

Text Example


Text Example

White with #DBC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC0D8; }

 p { color: rgb(219,192,216); }

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

background-color css

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

 a { background-color: rgb(219,192,216); }

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

border-color css

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

 span { border-color: rgb(219,192,216); }

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