Html Css Color HEX #DEC3DA French Lilac

📋 copy color: '#DEC3DA'

red 222 ◦ green 195 ◦ blue 218

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

Shades of French Lilac #DEC3DA

Tints of French Lilac #DEC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.71%

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

R = 34.96%
G = 30.71%
B = 34.33%

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

#DEC3DA (or 0xDEC3DA) is known color: French Lilac. HEX triplet: DE, C3 and DA. RGB value is (222,195,218). Sum of RGB (Red+Green+Blue) = 222+195+218=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DA is #213C25. Grayscale: #CDCDCD. Windows color (decimal): -2178086 or 14336990. OLE color: 14336990.

HSL color Cylindrical-coordinate representation of color #DEC3DA: hue angle of 308.89º degrees, saturation: 0.29, 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 #DEC3DA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 218 -
CMYK 0 0.12 0.02 0.13
HSL 308.89º 0.29% 0.82% -
HSV(B) 308.89º 0.12% 0.87% -
XYZ 62.29 59.62 74.55 -
YUV 205.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 222 195 218 0 0.12 0.02 0.13 308.89 0.29 0.82
Hex DE C3 DA 0 C 2 D 135 1D 52
Octal 336 303 332 0 14 2 15 465 35 122
Binary 11011110 11000011 11011010 0 1100 10 1101 100110101 11101 1010010

Color Harmonies of #DEC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC3DA

Black with #DEC3DA

Text Example


Text Example

White with #DEC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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