Html Css Color HEX #DEA5D3 French Lilac

📋 copy color: '#DEA5D3'

red 222 ◦ green 165 ◦ blue 211

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

Shades of French Lilac #DEA5D3

Tints of French Lilac #DEA5D3

RGB

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

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

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

R = 37.12%
G = 27.59%
B = 35.28%

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

#DEA5D3 (or 0xDEA5D3) is known color: French Lilac. HEX triplet: DE, A5 and D3. RGB value is (222,165,211). Sum of RGB (Red+Green+Blue) = 222+165+211=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D3 is #215A2C. Grayscale: #BBBBBB. Windows color (decimal): -2185773 or 13870558. OLE color: 13870558.

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

Color convert

RGB 222 165 211 -
CMYK 0 0.26 0.05 0.13
HSL 311.58º 0.46% 0.76% -
HSV(B) 311.58º 0.26% 0.87% -
XYZ 55.34 47.14 67.81 -
YUV 187.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 222 165 211 0 0.26 0.05 0.13 311.58 0.46 0.76
Hex DE A5 D3 0 1A 5 D 138 2E 4C
Octal 336 245 323 0 32 5 15 470 56 114
Binary 11011110 10100101 11010011 0 11010 101 1101 100111000 101110 1001100

Color Harmonies of #DEA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5D3

Black with #DEA5D3

Text Example


Text Example

White with #DEA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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