Html Css Color HEX #DEA5CC French Lilac

📋 copy color: '#DEA5CC'

red 222 ◦ green 165 ◦ blue 204

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

Shades of French Lilac #DEA5CC

Tints of French Lilac #DEA5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 37.56%
G = 27.92%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DEA5CC (or 0xDEA5CC) is known color: French Lilac. HEX triplet: DE, A5 and CC. RGB value is (222,165,204). Sum of RGB (Red+Green+Blue) = 222+165+204=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5CC is #215A33. Grayscale: #BABABA. Windows color (decimal): -2185780 or 13411806. OLE color: 13411806.

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

Color convert

RGB 222 165 204 -
CMYK 0 0.26 0.08 0.13
HSL 318.95º 0.46% 0.76% -
HSV(B) 318.95º 0.26% 0.87% -
XYZ 54.48 46.8 63.29 -
YUV 186.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 222 165 204 0 0.26 0.08 0.13 318.95 0.46 0.76
Hex DE A5 CC 0 1A 8 D 13F 2E 4C
Octal 336 245 314 0 32 10 15 477 56 114
Binary 11011110 10100101 11001100 0 11010 1000 1101 100111111 101110 1001100

Color Harmonies of #DEA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5CC

Black with #DEA5CC

Text Example


Text Example

White with #DEA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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