Html Css Color HEX #DBC1D4 French Lilac

📋 copy color: '#DBC1D4'

red 219 ◦ green 193 ◦ blue 212

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

Shades of French Lilac #DBC1D4

Tints of French Lilac #DBC1D4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.93%

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

R = 35.1%
G = 30.93%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBC1D4 (or 0xDBC1D4) is known color: French Lilac. HEX triplet: DB, C1 and D4. RGB value is (219,193,212). Sum of RGB (Red+Green+Blue) = 219+193+212=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D4 is #243E2B. Grayscale: #CACACA. Windows color (decimal): -2375212 or 13943259. OLE color: 13943259.

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

Color convert

RGB 219 193 212 -
CMYK 0 0.12 0.03 0.14
HSL 316.15º 0.27% 0.81% -
HSV(B) 316.15º 0.12% 0.86% -
XYZ 60.17 57.95 70.3 -
YUV 202.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 219 193 212 0 0.12 0.03 0.14 316.15 0.27 0.81
Hex DB C1 D4 0 C 3 E 13C 1B 51
Octal 333 301 324 0 14 3 16 474 33 121
Binary 11011011 11000001 11010100 0 1100 11 1110 100111100 11011 1010001

Color Harmonies of #DBC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1D4

Black with #DBC1D4

Text Example


Text Example

White with #DBC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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