Html Css Color HEX #EFAEDF Lavender Rose

📋 copy color: '#EFAEDF'

red 239 ◦ green 174 ◦ blue 223

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

Shades of Lavender Rose #EFAEDF

Tints of Lavender Rose #EFAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 37.58%
G = 27.36%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFAEDF (or 0xEFAEDF) is known color: Lavender Rose. HEX triplet: EF, AE and DF. RGB value is (239,174,223). Sum of RGB (Red+Green+Blue) = 239+174+223=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEDF is #105120. Grayscale: #C6C6C6. Windows color (decimal): -1069345 or 14659311. OLE color: 14659311.

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

Color convert

RGB 239 174 223 -
CMYK 0 0.27 0.07 0.06
HSL 314.77º 0.67% 0.81% -
HSV(B) 314.77º 0.27% 0.94% -
XYZ 64.05 53.95 76.85 -
YUV 199.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 239 174 223 0 0.27 0.07 0.06 314.77 0.67 0.81
Hex EF AE DF 0 1B 7 6 13B 43 51
Octal 357 256 337 0 33 7 6 473 103 121
Binary 11101111 10101110 11011111 0 11011 111 110 100111011 1000011 1010001

Color Harmonies of #EFAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEDF

Black with #EFAEDF

Text Example


Text Example

White with #EFAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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