Html Css Color HEX #DED3DB French Lilac

📋 copy color: '#DED3DB'

red 222 ◦ green 211 ◦ blue 219

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

Shades of French Lilac #DED3DB

Tints of French Lilac #DED3DB

RGB

 RED value IS 222 (87.11% from 255) = 34.05%

 GREEN value IS 211 (82.81% from 255) = 32.36%

 BLUE value IS 219 (85.94% from 255) = 33.59%

R = 34.05%
G = 32.36%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DED3DB (or 0xDED3DB) is known color: French Lilac. HEX triplet: DE, D3 and DB. RGB value is (222,211,219). Sum of RGB (Red+Green+Blue) = 222+211+219=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3DB is #212C24. Grayscale: #D7D7D7. Windows color (decimal): -2173989 or 14406622. OLE color: 14406622.

HSL color Cylindrical-coordinate representation of color #DED3DB: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED3DB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 219 -
CMYK 0 0.05 0.01 0.13
HSL 316.36º 0.14% 0.85% -
HSV(B) 316.36º 0.05% 0.87% -
XYZ 66.2 67.23 76.51 -
YUV 215.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 222 211 219 0 0.05 0.01 0.13 316.36 0.14 0.85
Hex DE D3 DB 0 5 1 D 13C E 55
Octal 336 323 333 0 5 1 15 474 16 125
Binary 11011110 11010011 11011011 0 101 1 1101 100111100 1110 1010101

Color Harmonies of #DED3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED3DB

Black with #DED3DB

Text Example


Text Example

White with #DED3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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