Html Css Color HEX #DBC0D3 French Lilac

📋 copy color: '#DBC0D3'

red 219 ◦ green 192 ◦ blue 211

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

Shades of French Lilac #DBC0D3

Tints of French Lilac #DBC0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 35.21%
G = 30.87%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBC0D3 (or 0xDBC0D3) is known color: French Lilac. HEX triplet: DB, C0 and D3. RGB value is (219,192,211). Sum of RGB (Red+Green+Blue) = 219+192+211=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D3 is #243F2C. Grayscale: #CACACA. Windows color (decimal): -2375469 or 13877467. OLE color: 13877467.

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

Color convert

RGB 219 192 211 -
CMYK 0 0.12 0.04 0.14
HSL 317.78º 0.27% 0.81% -
HSV(B) 317.78º 0.12% 0.86% -
XYZ 59.82 57.46 69.57 -
YUV 202.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 219 192 211 0 0.12 0.04 0.14 317.78 0.27 0.81
Hex DB C0 D3 0 C 4 E 13E 1B 51
Octal 333 300 323 0 14 4 16 476 33 121
Binary 11011011 11000000 11010011 0 1100 100 1110 100111110 11011 1010001

Color Harmonies of #DBC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC0D3

Black with #DBC0D3

Text Example


Text Example

White with #DBC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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