Html Css Color HEX #DEA5D0 French Lilac

📋 copy color: '#DEA5D0'

red 222 ◦ green 165 ◦ blue 208

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

Shades of French Lilac #DEA5D0

Tints of French Lilac #DEA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.96%

R = 37.31%
G = 27.73%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DEA5D0 (or 0xDEA5D0) is known color: French Lilac. HEX triplet: DE, A5 and D0. RGB value is (222,165,208). Sum of RGB (Red+Green+Blue) = 222+165+208=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D0 is #215A2F. Grayscale: #BABABA. Windows color (decimal): -2185776 or 13673950. OLE color: 13673950.

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

Color convert

RGB 222 165 208 -
CMYK 0 0.26 0.06 0.13
HSL 314.74º 0.46% 0.76% -
HSV(B) 314.74º 0.26% 0.87% -
XYZ 54.96 46.99 65.85 -
YUV 186.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 222 165 208 0 0.26 0.06 0.13 314.74 0.46 0.76
Hex DE A5 D0 0 1A 6 D 13B 2E 4C
Octal 336 245 320 0 32 6 15 473 56 114
Binary 11011110 10100101 11010000 0 11010 110 1101 100111011 101110 1001100

Color Harmonies of #DEA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5D0

Black with #DEA5D0

Text Example


Text Example

White with #DEA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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