Html Css Color HEX #DEC4DA French Lilac

📋 copy color: '#DEC4DA'

red 222 ◦ green 196 ◦ blue 218

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

Shades of French Lilac #DEC4DA

Tints of French Lilac #DEC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.82%

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 34.91%
G = 30.82%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEC4DA (or 0xDEC4DA) is known color: French Lilac. HEX triplet: DE, C4 and DA. RGB value is (222,196,218). Sum of RGB (Red+Green+Blue) = 222+196+218=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4DA is #213B25. Grayscale: #CECECE. Windows color (decimal): -2177830 or 14337246. OLE color: 14337246.

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

Color convert

RGB 222 196 218 -
CMYK 0 0.12 0.02 0.13
HSL 309.23º 0.28% 0.82% -
HSV(B) 309.23º 0.12% 0.87% -
XYZ 62.52 60.07 74.63 -
YUV 206.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 222 196 218 0 0.12 0.02 0.13 309.23 0.28 0.82
Hex DE C4 DA 0 C 2 D 135 1C 52
Octal 336 304 332 0 14 2 15 465 34 122
Binary 11011110 11000100 11011010 0 1100 10 1101 100110101 11100 1010010

Color Harmonies of #DEC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4DA

Black with #DEC4DA

Text Example


Text Example

White with #DEC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4DA; }

 p { color: rgb(222,196,218); }

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

background-color css

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

 a { background-color: rgb(222,196,218); }

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

border-color css

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

 span { border-color: rgb(222,196,218); }

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