Html Css Color HEX #DEAFDB French Lilac

📋 copy color: '#DEAFDB'

red 222 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #DEAFDB

Tints of French Lilac #DEAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 36.04%
G = 28.41%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEAFDB (or 0xDEAFDB) is known color: French Lilac. HEX triplet: DE, AF and DB. RGB value is (222,175,219). Sum of RGB (Red+Green+Blue) = 222+175+219=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDB is #215024. Grayscale: #C1C1C1. Windows color (decimal): -2183205 or 14397406. OLE color: 14397406.

HSL color Cylindrical-coordinate representation of color #DEAFDB: hue angle of 303.83º 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 #DEAFDB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 219 -
CMYK 0 0.21 0.01 0.13
HSL 303.83º 0.42% 0.78% -
HSV(B) 303.83º 0.21% 0.87% -
XYZ 58.24 51.3 73.85 -
YUV 194.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 222 175 219 0 0.21 0.01 0.13 303.83 0.42 0.78
Hex DE AF DB 0 15 1 D 130 2A 4E
Octal 336 257 333 0 25 1 15 460 52 116
Binary 11011110 10101111 11011011 0 10101 1 1101 100110000 101010 1001110

Color Harmonies of #DEAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFDB

Black with #DEAFDB

Text Example


Text Example

White with #DEAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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