Html Css Color HEX #DEAECF French Lilac

📋 copy color: '#DEAECF'

red 222 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #DEAECF

Tints of French Lilac #DEAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.86%

 BLUE value IS 207 (81.25% from 255) = 34.33%

R = 36.82%
G = 28.86%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DEAECF (or 0xDEAECF) is known color: French Lilac. HEX triplet: DE, AE and CF. RGB value is (222,174,207). Sum of RGB (Red+Green+Blue) = 222+174+207=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAECF is #215130. Grayscale: #C0C0C0. Windows color (decimal): -2183473 or 13610718. OLE color: 13610718.

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

Color convert

RGB 222 174 207 -
CMYK 0 0.22 0.07 0.13
HSL 318.75º 0.42% 0.78% -
HSV(B) 318.75º 0.22% 0.87% -
XYZ 56.52 50.31 65.76 -
YUV 192.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 222 174 207 0 0.22 0.07 0.13 318.75 0.42 0.78
Hex DE AE CF 0 16 7 D 13F 2A 4E
Octal 336 256 317 0 26 7 15 477 52 116
Binary 11011110 10101110 11001111 0 10110 111 1101 100111111 101010 1001110

Color Harmonies of #DEAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAECF

Black with #DEAECF

Text Example


Text Example

White with #DEAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAECF; }

 p { color: rgb(222,174,207); }

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

background-color css

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

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

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

border-color css

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

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

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