#EEAFDD

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

Shades of Lavender Rose #EEAFDD

Tints of Lavender Rose #EEAFDD

Color information

#EEAFDD (or 0xEEAFDD) is unknown color: approx Lavender Rose. HEX triplet: EE, AF and DD. RGB value is (238,175,221). Sum of RGB (Red+Green+Blue) = 238+175+221=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDD is #115022. Grayscale: #C6C6C6. Windows color (decimal): -1134627 or 14528494. OLE color: 14528494.

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

Color convert

RGB238175221-
CMYK00.260.070.07
HSL316.19º64.95%80.98%-
HSV(B)316.19º26.47%93.33%-
XYZ63.6454.0675.49-
YUV199.08140.37155.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=37.54%
G=27.60%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817522100.260.070.07316.1964.9580.98
HexEEAFDD01A7713c4151
Octal35625733503277474101121
Binary11101110101011111101110101101011111110011110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFDD; }

 p { color: rgb(238,175,221); }

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

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

 a { background-color: rgb(238,175,221); }

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

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

 span { border-color: rgb(238,175,221); }

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