Html Css Color HEX #DBC2D5 French Lilac

📋 copy color: '#DBC2D5'

red 219 ◦ green 194 ◦ blue 213

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

Shades of French Lilac #DBC2D5

Tints of French Lilac #DBC2D5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.99%

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 34.98%
G = 30.99%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBC2D5 (or 0xDBC2D5) is known color: French Lilac. HEX triplet: DB, C2 and D5. RGB value is (219,194,213). Sum of RGB (Red+Green+Blue) = 219+194+213=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D5 is #243D2A. Grayscale: #CBCBCB. Windows color (decimal): -2374955 or 14009051. OLE color: 14009051.

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

Color convert

RGB 219 194 213 -
CMYK 0 0.11 0.03 0.14
HSL 314.4º 0.26% 0.81% -
HSV(B) 314.4º 0.11% 0.86% -
XYZ 60.52 58.45 71.04 -
YUV 203.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 219 194 213 0 0.11 0.03 0.14 314.4 0.26 0.81
Hex DB C2 D5 0 B 3 E 13A 1A 51
Octal 333 302 325 0 13 3 16 472 32 121
Binary 11011011 11000010 11010101 0 1011 11 1110 100111010 11010 1010001

Color Harmonies of #DBC2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2D5

Black with #DBC2D5

Text Example


Text Example

White with #DBC2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2D5; }

 p { color: rgb(219,194,213); }

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

background-color css

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

 a { background-color: rgb(219,194,213); }

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

border-color css

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

 span { border-color: rgb(219,194,213); }

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