Html Css Color HEX #DEBCDB French Lilac

📋 copy color: '#DEBCDB'

red 222 ◦ green 188 ◦ blue 219

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

Shades of French Lilac #DEBCDB

Tints of French Lilac #DEBCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.82%

R = 35.29%
G = 29.89%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEBCDB (or 0xDEBCDB) is known color: French Lilac. HEX triplet: DE, BC and DB. RGB value is (222,188,219). Sum of RGB (Red+Green+Blue) = 222+188+219=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDB is #214324. Grayscale: #C9C9C9. Windows color (decimal): -2179877 or 14400734. OLE color: 14400734.

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

Color convert

RGB 222 188 219 -
CMYK 0 0.15 0.01 0.13
HSL 305.29º 0.34% 0.8% -
HSV(B) 305.29º 0.15% 0.87% -
XYZ 60.89 56.61 74.74 -
YUV 201.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 222 188 219 0 0.15 0.01 0.13 305.29 0.34 0.8
Hex DE BC DB 0 F 1 D 131 22 50
Octal 336 274 333 0 17 1 15 461 42 120
Binary 11011110 10111100 11011011 0 1111 1 1101 100110001 100010 1010000

Color Harmonies of #DEBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCDB

Black with #DEBCDB

Text Example


Text Example

White with #DEBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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