Html Css Color HEX #DEBFDA French Lilac

📋 copy color: '#DEBFDA'

red 222 ◦ green 191 ◦ blue 218

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

Shades of French Lilac #DEBFDA

Tints of French Lilac #DEBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 35.18%
G = 30.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEBFDA (or 0xDEBFDA) is known color: French Lilac. HEX triplet: DE, BF and DA. RGB value is (222,191,218). Sum of RGB (Red+Green+Blue) = 222+191+218=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDA is #214025. Grayscale: #CBCBCB. Windows color (decimal): -2179110 or 14335966. OLE color: 14335966.

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

Color convert

RGB 222 191 218 -
CMYK 0 0.14 0.02 0.13
HSL 307.74º 0.32% 0.81% -
HSV(B) 307.74º 0.14% 0.87% -
XYZ 61.41 57.85 74.26 -
YUV 203.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 222 191 218 0 0.14 0.02 0.13 307.74 0.32 0.81
Hex DE BF DA 0 E 2 D 134 20 51
Octal 336 277 332 0 16 2 15 464 40 121
Binary 11011110 10111111 11011010 0 1110 10 1101 100110100 100000 1010001

Color Harmonies of #DEBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFDA

Black with #DEBFDA

Text Example


Text Example

White with #DEBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFDA; }

 p { color: rgb(222,191,218); }

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

background-color css

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

 a { background-color: rgb(222,191,218); }

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

border-color css

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

 span { border-color: rgb(222,191,218); }

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