Html Css Color HEX #DEBBD4 French Lilac

📋 copy color: '#DEBBD4'

red 222 ◦ green 187 ◦ blue 212

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

Shades of French Lilac #DEBBD4

Tints of French Lilac #DEBBD4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.11%

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 35.75%
G = 30.11%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DEBBD4 (or 0xDEBBD4) is known color: French Lilac. HEX triplet: DE, BB and D4. RGB value is (222,187,212). Sum of RGB (Red+Green+Blue) = 222+187+212=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD4 is #21442B. Grayscale: #C8C8C8. Windows color (decimal): -2180140 or 13941726. OLE color: 13941726.

HSL color Cylindrical-coordinate representation of color #DEBBD4: hue angle of 317.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBBD4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 187 212 -
CMYK 0 0.16 0.05 0.13
HSL 317.14º 0.35% 0.8% -
HSV(B) 317.14º 0.16% 0.87% -
XYZ 59.78 55.82 69.91 -
YUV 200.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 222 187 212 0 0.16 0.05 0.13 317.14 0.35 0.8
Hex DE BB D4 0 10 5 D 13D 23 50
Octal 336 273 324 0 20 5 15 475 43 120
Binary 11011110 10111011 11010100 0 10000 101 1101 100111101 100011 1010000

Color Harmonies of #DEBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBD4

Black with #DEBBD4

Text Example


Text Example

White with #DEBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBD4; }

 p { color: rgb(222,187,212); }

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

background-color css

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

 a { background-color: rgb(222,187,212); }

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

border-color css

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

 span { border-color: rgb(222,187,212); }

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