Html Css Color HEX #EFAEEB Lavender Rose

📋 copy color: '#EFAEEB'

red 239 ◦ green 174 ◦ blue 235

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

Shades of Lavender Rose #EFAEEB

Tints of Lavender Rose #EFAEEB

RGB

 RED value IS 239 (93.75% from 255) = 36.88%

 GREEN value IS 174 (68.36% from 255) = 26.85%

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 36.88%
G = 26.85%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFAEEB (or 0xEFAEEB) is known color: Lavender Rose. HEX triplet: EF, AE and EB. RGB value is (239,174,235). Sum of RGB (Red+Green+Blue) = 239+174+235=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEB is #105114. Grayscale: #C8C8C8. Windows color (decimal): -1069333 or 15445743. OLE color: 15445743.

HSL color Cylindrical-coordinate representation of color #EFAEEB: hue angle of 303.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEEB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 174 235 -
CMYK 0 0.27 0.02 0.06
HSL 303.69º 0.67% 0.81% -
HSV(B) 303.69º 0.27% 0.94% -
XYZ 65.73 54.62 85.68 -
YUV 200.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 239 174 235 0 0.27 0.02 0.06 303.69 0.67 0.81
Hex EF AE EB 0 1B 2 6 130 43 51
Octal 357 256 353 0 33 2 6 460 103 121
Binary 11101111 10101110 11101011 0 11011 10 110 100110000 1000011 1010001

Color Harmonies of #EFAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEEB

Black with #EFAEEB

Text Example


Text Example

White with #EFAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEEB; }

 p { color: rgb(239,174,235); }

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

background-color css

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

 a { background-color: rgb(239,174,235); }

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

border-color css

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

 span { border-color: rgb(239,174,235); }

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