Html Css Color HEX #DEB2D0 French Lilac

📋 copy color: '#DEB2D0'

red 222 ◦ green 178 ◦ blue 208

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

Shades of French Lilac #DEB2D0

Tints of French Lilac #DEB2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.28%

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 36.51%
G = 29.28%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DEB2D0 (or 0xDEB2D0) is known color: French Lilac. HEX triplet: DE, B2 and D0. RGB value is (222,178,208). Sum of RGB (Red+Green+Blue) = 222+178+208=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2D0 is #214D2F. Grayscale: #C2C2C2. Windows color (decimal): -2182448 or 13677278. OLE color: 13677278.

HSL color Cylindrical-coordinate representation of color #DEB2D0: hue angle of 319.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2D0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 208 -
CMYK 0 0.20 0.06 0.13
HSL 319.09º 0.4% 0.78% -
HSV(B) 319.09º 0.2% 0.87% -
XYZ 57.43 51.92 66.67 -
YUV 194.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 222 178 208 0 0.20 0.06 0.13 319.09 0.4 0.78
Hex DE B2 D0 0 14 6 D 13F 28 4E
Octal 336 262 320 0 24 6 15 477 50 116
Binary 11011110 10110010 11010000 0 10100 110 1101 100111111 101000 1001110

Color Harmonies of #DEB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2D0

Black with #DEB2D0

Text Example


Text Example

White with #DEB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2D0; }

 p { color: rgb(222,178,208); }

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

background-color css

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

 a { background-color: rgb(222,178,208); }

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

border-color css

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

 span { border-color: rgb(222,178,208); }

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