Html Css Color HEX #DEAFDE French Lilac

📋 copy color: '#DEAFDE'

red 222 ◦ green 175 ◦ blue 222

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

Shades of French Lilac #DEAFDE

Tints of French Lilac #DEAFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.27%

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 35.86%
G = 28.27%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEAFDE (or 0xDEAFDE) is known color: French Lilac. HEX triplet: DE, AF and DE. RGB value is (222,175,222). Sum of RGB (Red+Green+Blue) = 222+175+222=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDE is #215021. Grayscale: #C2C2C2. Windows color (decimal): -2183202 or 14594014. OLE color: 14594014.

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

Color convert

RGB 222 175 222 -
CMYK 0 0.21 0 0.13
HSL 300º 0.42% 0.78% -
HSV(B) 300º 0.21% 0.87% -
XYZ 58.64 51.46 75.95 -
YUV 194.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 222 175 222 0 0.21 0 0.13 300 0.42 0.78
Hex DE AF DE 0 15 0 D 12C 2A 4E
Octal 336 257 336 0 25 0 15 454 52 116
Binary 11011110 10101111 11011110 0 10101 0 1101 100101100 101010 1001110

Color Harmonies of #DEAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFDE

Black with #DEAFDE

Text Example


Text Example

White with #DEAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFDE; }

 p { color: rgb(222,175,222); }

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

background-color css

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

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

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

border-color css

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

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

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