Html Css Color HEX #EFADCE Lavender Pink

📋 copy color: '#EFADCE'

red 239 ◦ green 173 ◦ blue 206

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

Shades of Lavender Pink #EFADCE

Tints of Lavender Pink #EFADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.99%

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 38.67%
G = 27.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFADCE (or 0xEFADCE) is known color: Lavender Pink. HEX triplet: EF, AD and CE. RGB value is (239,173,206). Sum of RGB (Red+Green+Blue) = 239+173+206=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCE is #105231. Grayscale: #C4C4C4. Windows color (decimal): -1069618 or 13544943. OLE color: 13544943.

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

Color convert

RGB 239 173 206 -
CMYK 0 0.28 0.14 0.06
HSL 330º 0.67% 0.81% -
HSV(B) 330º 0.28% 0.94% -
XYZ 61.68 52.69 65.31 -
YUV 196.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 239 173 206 0 0.28 0.14 0.06 330 0.67 0.81
Hex EF AD CE 0 1C E 6 14A 43 51
Octal 357 255 316 0 34 16 6 512 103 121
Binary 11101111 10101101 11001110 0 11100 1110 110 101001010 1000011 1010001

Color Harmonies of #EFADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADCE

Black with #EFADCE

Text Example


Text Example

White with #EFADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADCE; }

 p { color: rgb(239,173,206); }

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

background-color css

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

 a { background-color: rgb(239,173,206); }

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

border-color css

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

 span { border-color: rgb(239,173,206); }

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