Html Css Color HEX #DEA2CD French Lilac

📋 copy color: '#DEA2CD'

red 222 ◦ green 162 ◦ blue 205

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

Shades of French Lilac #DEA2CD

Tints of French Lilac #DEA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.5%

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 37.69%
G = 27.5%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DEA2CD (or 0xDEA2CD) is known color: French Lilac. HEX triplet: DE, A2 and CD. RGB value is (222,162,205). Sum of RGB (Red+Green+Blue) = 222+162+205=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA2CD is #215D32. Grayscale: #B8B8B8. Windows color (decimal): -2186547 or 13476574. OLE color: 13476574.

HSL color Cylindrical-coordinate representation of color #DEA2CD: hue angle of 317º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA2CD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 162 205 -
CMYK 0 0.27 0.08 0.13
HSL 317º 0.48% 0.75% -
HSV(B) 317º 0.27% 0.87% -
XYZ 54.06 45.78 63.74 -
YUV 184.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 222 162 205 0 0.27 0.08 0.13 317 0.48 0.75
Hex DE A2 CD 0 1B 8 D 13D 30 4B
Octal 336 242 315 0 33 10 15 475 60 113
Binary 11011110 10100010 11001101 0 11011 1000 1101 100111101 110000 1001011

Color Harmonies of #DEA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA2CD

Black with #DEA2CD

Text Example


Text Example

White with #DEA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA2CD; }

 p { color: rgb(222,162,205); }

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

background-color css

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

 a { background-color: rgb(222,162,205); }

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

border-color css

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

 span { border-color: rgb(222,162,205); }

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