Html Css Color HEX #DBCAD7 French Lilac

📋 copy color: '#DBCAD7'

red 219 ◦ green 202 ◦ blue 215

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

Shades of French Lilac #DBCAD7

Tints of French Lilac #DBCAD7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.76%

 BLUE value IS 215 (84.38% from 255) = 33.81%

R = 34.43%
G = 31.76%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBCAD7 (or 0xDBCAD7) is known color: French Lilac. HEX triplet: DB, CA and D7. RGB value is (219,202,215). Sum of RGB (Red+Green+Blue) = 219+202+215=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD7 is #243528. Grayscale: #D0D0D0. Windows color (decimal): -2372905 or 14142171. OLE color: 14142171.

HSL color Cylindrical-coordinate representation of color #DBCAD7: hue angle of 314.12º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 215 -
CMYK 0 0.08 0.02 0.14
HSL 314.12º 0.19% 0.83% -
HSV(B) 314.12º 0.08% 0.86% -
XYZ 62.6 62.21 73 -
YUV 208.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 219 202 215 0 0.08 0.02 0.14 314.12 0.19 0.83
Hex DB CA D7 0 8 2 E 13A 13 53
Octal 333 312 327 0 10 2 16 472 23 123
Binary 11011011 11001010 11010111 0 1000 10 1110 100111010 10011 1010011

Color Harmonies of #DBCAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAD7

Black with #DBCAD7

Text Example


Text Example

White with #DBCAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAD7; }

 p { color: rgb(219,202,215); }

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

background-color css

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

 a { background-color: rgb(219,202,215); }

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

border-color css

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

 span { border-color: rgb(219,202,215); }

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