Html Css Color HEX #DEBDDC French Lilac

📋 copy color: '#DEBDDC'

red 222 ◦ green 189 ◦ blue 220

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

Shades of French Lilac #DEBDDC

Tints of French Lilac #DEBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.95%

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

R = 35.18%
G = 29.95%
B = 34.87%

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

#DEBDDC (or 0xDEBDDC) is known color: French Lilac. HEX triplet: DE, BD and DC. RGB value is (222,189,220). Sum of RGB (Red+Green+Blue) = 222+189+220=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDC is #214223. Grayscale: #CACACA. Windows color (decimal): -2179620 or 14466526. OLE color: 14466526.

HSL color Cylindrical-coordinate representation of color #DEBDDC: hue angle of 303.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDDC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 189 220 -
CMYK 0 0.15 0.01 0.13
HSL 303.64º 0.33% 0.81% -
HSV(B) 303.64º 0.15% 0.87% -
XYZ 61.24 57.09 75.5 -
YUV 202.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 222 189 220 0 0.15 0.01 0.13 303.64 0.33 0.81
Hex DE BD DC 0 F 1 D 130 21 51
Octal 336 275 334 0 17 1 15 460 41 121
Binary 11011110 10111101 11011100 0 1111 1 1101 100110000 100001 1010001

Color Harmonies of #DEBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDDC

Black with #DEBDDC

Text Example


Text Example

White with #DEBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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