Html Css Color HEX #DBC2D4 French Lilac

📋 copy color: '#DBC2D4'

red 219 ◦ green 194 ◦ blue 212

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

Shades of French Lilac #DBC2D4

Tints of French Lilac #DBC2D4

RGB

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

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

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

R = 35.04%
G = 31.04%
B = 33.92%

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

#DBC2D4 (or 0xDBC2D4) is known color: French Lilac. HEX triplet: DB, C2 and D4. RGB value is (219,194,212). Sum of RGB (Red+Green+Blue) = 219+194+212=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D4 is #243D2B. Grayscale: #CBCBCB. Windows color (decimal): -2374956 or 13943515. OLE color: 13943515.

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

Color convert

RGB 219 194 212 -
CMYK 0 0.11 0.03 0.14
HSL 316.8º 0.26% 0.81% -
HSV(B) 316.8º 0.11% 0.86% -
XYZ 60.39 58.4 70.38 -
YUV 203.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 219 194 212 0 0.11 0.03 0.14 316.8 0.26 0.81
Hex DB C2 D4 0 B 3 E 13D 1A 51
Octal 333 302 324 0 13 3 16 475 32 121
Binary 11011011 11000010 11010100 0 1011 11 1110 100111101 11010 1010001

Color Harmonies of #DBC2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2D4

Black with #DBC2D4

Text Example


Text Example

White with #DBC2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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