Html Css Color HEX #DEBCDC French Lilac

📋 copy color: '#DEBCDC'

red 222 ◦ green 188 ◦ blue 220

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

Shades of French Lilac #DEBCDC

Tints of French Lilac #DEBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 35.24%
G = 29.84%
B = 34.92%

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

#DEBCDC (or 0xDEBCDC) is known color: French Lilac. HEX triplet: DE, BC and DC. RGB value is (222,188,220). Sum of RGB (Red+Green+Blue) = 222+188+220=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDC is #214323. Grayscale: #C9C9C9. Windows color (decimal): -2179876 or 14466270. OLE color: 14466270.

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

Color convert

RGB 222 188 220 -
CMYK 0 0.15 0.01 0.13
HSL 303.53º 0.34% 0.8% -
HSV(B) 303.53º 0.15% 0.87% -
XYZ 61.03 56.66 75.43 -
YUV 201.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 222 188 220 0 0.15 0.01 0.13 303.53 0.34 0.8
Hex DE BC DC 0 F 1 D 130 22 50
Octal 336 274 334 0 17 1 15 460 42 120
Binary 11011110 10111100 11011100 0 1111 1 1101 100110000 100010 1010000

Color Harmonies of #DEBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCDC

Black with #DEBCDC

Text Example


Text Example

White with #DEBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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