Html Css Color HEX #DEBCD5 French Lilac

📋 copy color: '#DEBCD5'

red 222 ◦ green 188 ◦ blue 213

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

Shades of French Lilac #DEBCD5

Tints of French Lilac #DEBCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 35.63%
G = 30.18%
B = 34.19%

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

#DEBCD5 (or 0xDEBCD5) is known color: French Lilac. HEX triplet: DE, BC and D5. RGB value is (222,188,213). Sum of RGB (Red+Green+Blue) = 222+188+213=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD5 is #21432A. Grayscale: #C8C8C8. Windows color (decimal): -2179883 or 14007518. OLE color: 14007518.

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

Color convert

RGB 222 188 213 -
CMYK 0 0.15 0.04 0.13
HSL 315.88º 0.34% 0.8% -
HSV(B) 315.88º 0.15% 0.87% -
XYZ 60.12 56.3 70.65 -
YUV 201.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 222 188 213 0 0.15 0.04 0.13 315.88 0.34 0.8
Hex DE BC D5 0 F 4 D 13C 22 50
Octal 336 274 325 0 17 4 15 474 42 120
Binary 11011110 10111100 11010101 0 1111 100 1101 100111100 100010 1010000

Color Harmonies of #DEBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCD5

Black with #DEBCD5

Text Example


Text Example

White with #DEBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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