Html Css Color HEX #DEBED6 French Lilac

📋 copy color: '#DEBED6'

red 222 ◦ green 190 ◦ blue 214

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

Shades of French Lilac #DEBED6

Tints of French Lilac #DEBED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.35%

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 35.46%
G = 30.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DEBED6 (or 0xDEBED6) is known color: French Lilac. HEX triplet: DE, BE and D6. RGB value is (222,190,214). Sum of RGB (Red+Green+Blue) = 222+190+214=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBED6 is #214129. Grayscale: #CACACA. Windows color (decimal): -2179370 or 14073566. OLE color: 14073566.

HSL color Cylindrical-coordinate representation of color #DEBED6: hue angle of 315º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBED6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 190 214 -
CMYK 0 0.14 0.04 0.13
HSL 315º 0.33% 0.81% -
HSV(B) 315º 0.14% 0.87% -
XYZ 60.68 57.21 71.46 -
YUV 202.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 222 190 214 0 0.14 0.04 0.13 315 0.33 0.81
Hex DE BE D6 0 E 4 D 13B 21 51
Octal 336 276 326 0 16 4 15 473 41 121
Binary 11011110 10111110 11010110 0 1110 100 1101 100111011 100001 1010001

Color Harmonies of #DEBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBED6

Black with #DEBED6

Text Example


Text Example

White with #DEBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBED6; }

 p { color: rgb(222,190,214); }

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

background-color css

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

 a { background-color: rgb(222,190,214); }

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

border-color css

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

 span { border-color: rgb(222,190,214); }

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