Html Css Color HEX #EFAFDE Lavender Rose

📋 copy color: '#EFAFDE'

red 239 ◦ green 175 ◦ blue 222

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

Shades of Lavender Rose #EFAFDE

Tints of Lavender Rose #EFAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 37.58%
G = 27.52%
B = 34.91%

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

#EFAFDE (or 0xEFAFDE) is known color: Lavender Rose. HEX triplet: EF, AF and DE. RGB value is (239,175,222). Sum of RGB (Red+Green+Blue) = 239+175+222=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDE is #105021. Grayscale: #C7C7C7. Windows color (decimal): -1069090 or 14594031. OLE color: 14594031.

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

Color convert

RGB 239 175 222 -
CMYK 0 0.27 0.07 0.06
HSL 315.94º 0.67% 0.81% -
HSV(B) 315.94º 0.27% 0.94% -
XYZ 64.11 54.28 76.21 -
YUV 199.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 239 175 222 0 0.27 0.07 0.06 315.94 0.67 0.81
Hex EF AF DE 0 1B 7 6 13C 43 51
Octal 357 257 336 0 33 7 6 474 103 121
Binary 11101111 10101111 11011110 0 11011 111 110 100111100 1000011 1010001

Color Harmonies of #EFAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFDE

Black with #EFAFDE

Text Example


Text Example

White with #EFAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFDE; }

 p { color: rgb(239,175,222); }

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

background-color css

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

 a { background-color: rgb(239,175,222); }

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

border-color css

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

 span { border-color: rgb(239,175,222); }

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