Html Css Color HEX #EFACDB Lavender Rose

📋 copy color: '#EFACDB'

red 239 ◦ green 172 ◦ blue 219

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

Shades of Lavender Rose #EFACDB

Tints of Lavender Rose #EFACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.3%

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 37.94%
G = 27.3%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFACDB (or 0xEFACDB) is known color: Lavender Rose. HEX triplet: EF, AC and DB. RGB value is (239,172,219). Sum of RGB (Red+Green+Blue) = 239+172+219=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDB is #105324. Grayscale: #C5C5C5. Windows color (decimal): -1069861 or 14396655. OLE color: 14396655.

HSL color Cylindrical-coordinate representation of color #EFACDB: hue angle of 317.91º degrees, saturation: 0.68, 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 #EFACDB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 219 -
CMYK 0 0.28 0.08 0.06
HSL 317.91º 0.68% 0.81% -
HSV(B) 317.91º 0.28% 0.94% -
XYZ 63.14 52.97 73.91 -
YUV 197.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 239 172 219 0 0.28 0.08 0.06 317.91 0.68 0.81
Hex EF AC DB 0 1C 8 6 13E 44 51
Octal 357 254 333 0 34 10 6 476 104 121
Binary 11101111 10101100 11011011 0 11100 1000 110 100111110 1000100 1010001

Color Harmonies of #EFACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACDB

Black with #EFACDB

Text Example


Text Example

White with #EFACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACDB; }

 p { color: rgb(239,172,219); }

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

background-color css

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

 a { background-color: rgb(239,172,219); }

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

border-color css

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

 span { border-color: rgb(239,172,219); }

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