Html Css Color HEX #EEAFDC Lavender Rose

📋 copy color: '#EEAFDC'

red 238 ◦ green 175 ◦ blue 220

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

Shades of Lavender Rose #EEAFDC

Tints of Lavender Rose #EEAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 37.6%
G = 27.65%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEAFDC (or 0xEEAFDC) is known color: Lavender Rose. HEX triplet: EE, AF and DC. RGB value is (238,175,220). Sum of RGB (Red+Green+Blue) = 238+175+220=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFDC is #115023. Grayscale: #C6C6C6. Windows color (decimal): -1134628 or 14462958. OLE color: 14462958.

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

Color convert

RGB 238 175 220 -
CMYK 0 0.26 0.08 0.07
HSL 317.14º 0.65% 0.81% -
HSV(B) 317.14º 0.26% 0.93% -
XYZ 63.51 54 74.79 -
YUV 198.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 238 175 220 0 0.26 0.08 0.07 317.14 0.65 0.81
Hex EE AF DC 0 1A 8 7 13D 41 51
Octal 356 257 334 0 32 10 7 475 101 121
Binary 11101110 10101111 11011100 0 11010 1000 111 100111101 1000001 1010001

Color Harmonies of #EEAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAFDC

Black with #EEAFDC

Text Example


Text Example

White with #EEAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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