Html Css Color HEX #EEAFD3 Lavender Pink

📋 copy color: '#EEAFD3'

red 238 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #EEAFD3

Tints of Lavender Pink #EEAFD3

RGB

 RED value IS 238 (93.36% from 255) = 38.14%

 GREEN value IS 175 (68.75% from 255) = 28.04%

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

R = 38.14%
G = 28.04%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEAFD3 (or 0xEEAFD3) is known color: Lavender Pink. HEX triplet: EE, AF and D3. RGB value is (238,175,211). Sum of RGB (Red+Green+Blue) = 238+175+211=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD3 is #11502C. Grayscale: #C5C5C5. Windows color (decimal): -1134637 or 13873134. OLE color: 13873134.

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

Color convert

RGB 238 175 211 -
CMYK 0 0.26 0.11 0.07
HSL 325.71º 0.65% 0.81% -
HSV(B) 325.71º 0.26% 0.93% -
XYZ 62.35 53.54 68.68 -
YUV 197.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 238 175 211 0 0.26 0.11 0.07 325.71 0.65 0.81
Hex EE AF D3 0 1A B 7 146 41 51
Octal 356 257 323 0 32 13 7 506 101 121
Binary 11101110 10101111 11010011 0 11010 1011 111 101000110 1000001 1010001

Color Harmonies of #EEAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAFD3

Black with #EEAFD3

Text Example


Text Example

White with #EEAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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