Html Css Color HEX #DEBCD6 French Lilac

📋 copy color: '#DEBCD6'

red 222 ◦ green 188 ◦ blue 214

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

Shades of French Lilac #DEBCD6

Tints of French Lilac #DEBCD6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.13%

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

R = 35.58%
G = 30.13%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DEBCD6 (or 0xDEBCD6) is known color: French Lilac. HEX triplet: DE, BC and D6. RGB value is (222,188,214). Sum of RGB (Red+Green+Blue) = 222+188+214=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD6 is #214329. Grayscale: #C9C9C9. Windows color (decimal): -2179882 or 14073054. OLE color: 14073054.

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

Color convert

RGB 222 188 214 -
CMYK 0 0.15 0.04 0.13
HSL 314.12º 0.34% 0.8% -
HSV(B) 314.12º 0.15% 0.87% -
XYZ 60.25 56.35 71.32 -
YUV 201.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 222 188 214 0 0.15 0.04 0.13 314.12 0.34 0.8
Hex DE BC D6 0 F 4 D 13A 22 50
Octal 336 274 326 0 17 4 15 472 42 120
Binary 11011110 10111100 11010110 0 1111 100 1101 100111010 100010 1010000

Color Harmonies of #DEBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCD6

Black with #DEBCD6

Text Example


Text Example

White with #DEBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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