#EEADDB

Color #EEADDB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EEADDB

Tints of Lavender Rose #EEADDB

Color information

#EEADDB (or 0xEEADDB) is unknown color: approx Lavender Rose. HEX triplet: EE, AD and DB. RGB value is (238,173,219). Sum of RGB (Red+Green+Blue) = 238+173+219=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDB is #115224. Grayscale: #C5C5C5. Windows color (decimal): -1135141 or 14396910. OLE color: 14396910.

HSL color Cylindrical-coordinate representation of color #EEADDB: hue angle of 317.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238173219-
CMYK00.270.080.07
HSL317.54º65.66%80.59%-
HSV(B)317.54º27.31%93.33%-
XYZ62.9953.1873.96-
YUV197.68140.03156.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=37.78%
G=27.46%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817321900.270.080.07317.5465.6680.59
HexEEADDB01B8713e4251
Octal356255333033107476102121
Binary111011101010110111011011011011100011110011111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADDB; }

 p { color: rgb(238,173,219); }

 H1.HeaderClassName
 {
   color: #EEADDB;
 }
 .AnyTagClassName
 {
   color: #EEADDB;
 }
</style>
background-color css

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

 a { background-color: rgb(238,173,219); }

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

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

 span { border-color: rgb(238,173,219); }

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