Html Css Color HEX #DEC2DB French Lilac

📋 copy color: '#DEC2DB'

red 222 ◦ green 194 ◦ blue 219

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

Shades of French Lilac #DEC2DB

Tints of French Lilac #DEC2DB

RGB

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

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

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

R = 34.96%
G = 30.55%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEC2DB (or 0xDEC2DB) is known color: French Lilac. HEX triplet: DE, C2 and DB. RGB value is (222,194,219). Sum of RGB (Red+Green+Blue) = 222+194+219=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DB is #213D24. Grayscale: #CDCDCD. Windows color (decimal): -2178341 or 14402270. OLE color: 14402270.

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

Color convert

RGB 222 194 219 -
CMYK 0 0.13 0.01 0.13
HSL 306.43º 0.3% 0.82% -
HSV(B) 306.43º 0.13% 0.87% -
XYZ 62.2 59.23 75.17 -
YUV 205.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 222 194 219 0 0.13 0.01 0.13 306.43 0.3 0.82
Hex DE C2 DB 0 D 1 D 132 1E 52
Octal 336 302 333 0 15 1 15 462 36 122
Binary 11011110 11000010 11011011 0 1101 1 1101 100110010 11110 1010010

Color Harmonies of #DEC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2DB

Black with #DEC2DB

Text Example


Text Example

White with #DEC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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