Html Css Color HEX #DEC8DA French Lilac

📋 copy color: '#DEC8DA'

red 222 ◦ green 200 ◦ blue 218

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

Shades of French Lilac #DEC8DA

Tints of French Lilac #DEC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 34.69%
G = 31.25%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEC8DA (or 0xDEC8DA) is known color: French Lilac. HEX triplet: DE, C8 and DA. RGB value is (222,200,218). Sum of RGB (Red+Green+Blue) = 222+200+218=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8DA is #213725. Grayscale: #D0D0D0. Windows color (decimal): -2176806 or 14338270. OLE color: 14338270.

HSL color Cylindrical-coordinate representation of color #DEC8DA: hue angle of 310.91º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC8DA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 200 218 -
CMYK 0 0.10 0.02 0.13
HSL 310.91º 0.25% 0.83% -
HSV(B) 310.91º 0.1% 0.87% -
XYZ 63.43 61.9 74.93 -
YUV 208.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 222 200 218 0 0.10 0.02 0.13 310.91 0.25 0.83
Hex DE C8 DA 0 A 2 D 137 19 53
Octal 336 310 332 0 12 2 15 467 31 123
Binary 11011110 11001000 11011010 0 1010 10 1101 100110111 11001 1010011

Color Harmonies of #DEC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC8DA

Black with #DEC8DA

Text Example


Text Example

White with #DEC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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