Html Css Color HEX #DEAFDD French Lilac

📋 copy color: '#DEAFDD'

red 222 ◦ green 175 ◦ blue 221

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

Shades of French Lilac #DEAFDD

Tints of French Lilac #DEAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.76%

R = 35.92%
G = 28.32%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEAFDD (or 0xDEAFDD) is known color: French Lilac. HEX triplet: DE, AF and DD. RGB value is (222,175,221). Sum of RGB (Red+Green+Blue) = 222+175+221=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDD is #215022. Grayscale: #C2C2C2. Windows color (decimal): -2183203 or 14528478. OLE color: 14528478.

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

Color convert

RGB 222 175 221 -
CMYK 0 0.21 0.00 0.13
HSL 301.28º 0.42% 0.78% -
HSV(B) 301.28º 0.21% 0.87% -
XYZ 58.51 51.41 75.25 -
YUV 194.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 222 175 221 0 0.21 0.00 0.13 301.28 0.42 0.78
Hex DE AF DD 0 15 0 D 12D 2A 4E
Octal 336 257 335 0 25 0 15 455 52 116
Binary 11011110 10101111 11011101 0 10101 0 1101 100101101 101010 1001110

Color Harmonies of #DEAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAFDD

Black with #DEAFDD

Text Example


Text Example

White with #DEAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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