Html Css Color HEX #DEBCD7 French Lilac

📋 copy color: '#DEBCD7'

red 222 ◦ green 188 ◦ blue 215

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

Shades of French Lilac #DEBCD7

Tints of French Lilac #DEBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 35.52%
G = 30.08%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEBCD7 (or 0xDEBCD7) is known color: French Lilac. HEX triplet: DE, BC and D7. RGB value is (222,188,215). Sum of RGB (Red+Green+Blue) = 222+188+215=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD7 is #214328. Grayscale: #C9C9C9. Windows color (decimal): -2179881 or 14138590. OLE color: 14138590.

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

Color convert

RGB 222 188 215 -
CMYK 0 0.15 0.03 0.13
HSL 312.35º 0.34% 0.8% -
HSV(B) 312.35º 0.15% 0.87% -
XYZ 60.37 56.4 71.99 -
YUV 201.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 222 188 215 0 0.15 0.03 0.13 312.35 0.34 0.8
Hex DE BC D7 0 F 3 D 138 22 50
Octal 336 274 327 0 17 3 15 470 42 120
Binary 11011110 10111100 11010111 0 1111 11 1101 100111000 100010 1010000

Color Harmonies of #DEBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCD7

Black with #DEBCD7

Text Example


Text Example

White with #DEBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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