Html Css Color HEX #DEC3D8 French Lilac

📋 copy color: '#DEC3D8'

red 222 ◦ green 195 ◦ blue 216

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

Shades of French Lilac #DEC3D8

Tints of French Lilac #DEC3D8

RGB

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

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

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

R = 35.07%
G = 30.81%
B = 34.12%

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

#DEC3D8 (or 0xDEC3D8) is known color: French Lilac. HEX triplet: DE, C3 and D8. RGB value is (222,195,216). Sum of RGB (Red+Green+Blue) = 222+195+216=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3D8 is #213C27. Grayscale: #CDCDCD. Windows color (decimal): -2178088 or 14205918. OLE color: 14205918.

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

Color convert

RGB 222 195 216 -
CMYK 0 0.12 0.03 0.13
HSL 313.33º 0.29% 0.82% -
HSV(B) 313.33º 0.12% 0.87% -
XYZ 62.03 59.52 73.18 -
YUV 205.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 222 195 216 0 0.12 0.03 0.13 313.33 0.29 0.82
Hex DE C3 D8 0 C 3 D 139 1D 52
Octal 336 303 330 0 14 3 15 471 35 122
Binary 11011110 11000011 11011000 0 1100 11 1101 100111001 11101 1010010

Color Harmonies of #DEC3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC3D8

Black with #DEC3D8

Text Example


Text Example

White with #DEC3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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