Html Css Color HEX #DEC4D8 French Lilac

📋 copy color: '#DEC4D8'

red 222 ◦ green 196 ◦ blue 216

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

Shades of French Lilac #DEC4D8

Tints of French Lilac #DEC4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 35.02%
G = 30.91%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEC4D8 (or 0xDEC4D8) is known color: French Lilac. HEX triplet: DE, C4 and D8. RGB value is (222,196,216). Sum of RGB (Red+Green+Blue) = 222+196+216=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4D8 is #213B27. Grayscale: #CECECE. Windows color (decimal): -2177832 or 14206174. OLE color: 14206174.

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

Color convert

RGB 222 196 216 -
CMYK 0 0.12 0.03 0.13
HSL 313.85º 0.28% 0.82% -
HSV(B) 313.85º 0.12% 0.87% -
XYZ 62.26 59.97 73.26 -
YUV 206.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 222 196 216 0 0.12 0.03 0.13 313.85 0.28 0.82
Hex DE C4 D8 0 C 3 D 13A 1C 52
Octal 336 304 330 0 14 3 15 472 34 122
Binary 11011110 11000100 11011000 0 1100 11 1101 100111010 11100 1010010

Color Harmonies of #DEC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4D8

Black with #DEC4D8

Text Example


Text Example

White with #DEC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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