Html Css Color HEX #DEAFD1 French Lilac

📋 copy color: '#DEAFD1'

red 222 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #DEAFD1

Tints of French Lilac #DEAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.49%

R = 36.63%
G = 28.88%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DEAFD1 (or 0xDEAFD1) is known color: French Lilac. HEX triplet: DE, AF and D1. RGB value is (222,175,209). Sum of RGB (Red+Green+Blue) = 222+175+209=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD1 is #21502E. Grayscale: #C0C0C0. Windows color (decimal): -2183215 or 13742046. OLE color: 13742046.

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

Color convert

RGB 222 175 209 -
CMYK 0 0.21 0.06 0.13
HSL 316.6º 0.42% 0.78% -
HSV(B) 316.6º 0.21% 0.87% -
XYZ 56.96 50.79 67.12 -
YUV 192.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 222 175 209 0 0.21 0.06 0.13 316.6 0.42 0.78
Hex DE AF D1 0 15 6 D 13D 2A 4E
Octal 336 257 321 0 25 6 15 475 52 116
Binary 11011110 10101111 11010001 0 10101 110 1101 100111101 101010 1001110

Color Harmonies of #DEAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFD1

Black with #DEAFD1

Text Example


Text Example

White with #DEAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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