Html Css Color HEX #DEA5D2 French Lilac

📋 copy color: '#DEA5D2'

red 222 ◦ green 165 ◦ blue 210

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

Shades of French Lilac #DEA5D2

Tints of French Lilac #DEA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.64%

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 37.19%
G = 27.64%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DEA5D2 (or 0xDEA5D2) is known color: French Lilac. HEX triplet: DE, A5 and D2. RGB value is (222,165,210). Sum of RGB (Red+Green+Blue) = 222+165+210=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D2 is #215A2D. Grayscale: #BBBBBB. Windows color (decimal): -2185774 or 13805022. OLE color: 13805022.

HSL color Cylindrical-coordinate representation of color #DEA5D2: hue angle of 312.63º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5D2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 210 -
CMYK 0 0.26 0.05 0.13
HSL 312.63º 0.46% 0.76% -
HSV(B) 312.63º 0.26% 0.87% -
XYZ 55.21 47.09 67.15 -
YUV 187.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 222 165 210 0 0.26 0.05 0.13 312.63 0.46 0.76
Hex DE A5 D2 0 1A 5 D 139 2E 4C
Octal 336 245 322 0 32 5 15 471 56 114
Binary 11011110 10100101 11010010 0 11010 101 1101 100111001 101110 1001100

Color Harmonies of #DEA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5D2

Black with #DEA5D2

Text Example


Text Example

White with #DEA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5D2; }

 p { color: rgb(222,165,210); }

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

background-color css

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

 a { background-color: rgb(222,165,210); }

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

border-color css

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

 span { border-color: rgb(222,165,210); }

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