Html Css Color HEX #DEAFD3 French Lilac

📋 copy color: '#DEAFD3'

red 222 ◦ green 175 ◦ blue 211

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

Shades of French Lilac #DEAFD3

Tints of French Lilac #DEAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.7%

R = 36.51%
G = 28.78%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DEAFD3 (or 0xDEAFD3) is known color: French Lilac. HEX triplet: DE, AF and D3. RGB value is (222,175,211). Sum of RGB (Red+Green+Blue) = 222+175+211=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD3 is #21502C. Grayscale: #C1C1C1. Windows color (decimal): -2183213 or 13873118. OLE color: 13873118.

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

Color convert

RGB 222 175 211 -
CMYK 0 0.21 0.05 0.13
HSL 314.04º 0.42% 0.78% -
HSV(B) 314.04º 0.21% 0.87% -
XYZ 57.21 50.89 68.44 -
YUV 193.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 222 175 211 0 0.21 0.05 0.13 314.04 0.42 0.78
Hex DE AF D3 0 15 5 D 13A 2A 4E
Octal 336 257 323 0 25 5 15 472 52 116
Binary 11011110 10101111 11010011 0 10101 101 1101 100111010 101010 1001110

Color Harmonies of #DEAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFD3

Black with #DEAFD3

Text Example


Text Example

White with #DEAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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