Html Css Color HEX #DEBCD9 French Lilac

📋 copy color: '#DEBCD9'

red 222 ◦ green 188 ◦ blue 217

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

Shades of French Lilac #DEBCD9

Tints of French Lilac #DEBCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 35.41%
G = 29.98%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEBCD9 (or 0xDEBCD9) is known color: French Lilac. HEX triplet: DE, BC and D9. RGB value is (222,188,217). Sum of RGB (Red+Green+Blue) = 222+188+217=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD9 is #214326. Grayscale: #C9C9C9. Windows color (decimal): -2179879 or 14269662. OLE color: 14269662.

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

Color convert

RGB 222 188 217 -
CMYK 0 0.15 0.02 0.13
HSL 308.82º 0.34% 0.8% -
HSV(B) 308.82º 0.15% 0.87% -
XYZ 60.63 56.51 73.36 -
YUV 201.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 222 188 217 0 0.15 0.02 0.13 308.82 0.34 0.8
Hex DE BC D9 0 F 2 D 135 22 50
Octal 336 274 331 0 17 2 15 465 42 120
Binary 11011110 10111100 11011001 0 1111 10 1101 100110101 100010 1010000

Color Harmonies of #DEBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCD9

Black with #DEBCD9

Text Example


Text Example

White with #DEBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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