Html Css Color HEX #EFD5DB Pale Rose

📋 copy color: '#EFD5DB'

red 239 ◦ green 213 ◦ blue 219

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

Shades of Pale Rose #EFD5DB

Tints of Pale Rose #EFD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.74%

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

R = 35.62%
G = 31.74%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD5DB (or 0xEFD5DB) is known color: Pale Rose. HEX triplet: EF, D5 and DB. RGB value is (239,213,219). Sum of RGB (Red+Green+Blue) = 239+213+219=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DB is #102A24. Grayscale: #DDDDDD. Windows color (decimal): -1059365 or 14407151. OLE color: 14407151.

HSL color Cylindrical-coordinate representation of color #EFD5DB: hue angle of 346.15º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5DB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 219 -
CMYK 0 0.11 0.08 0.06
HSL 346.15º 0.45% 0.89% -
HSV(B) 346.15º 0.11% 0.94% -
XYZ 72.18 71.05 76.93 -
YUV 221.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 239 213 219 0 0.11 0.08 0.06 346.15 0.45 0.89
Hex EF D5 DB 0 B 8 6 15A 2D 59
Octal 357 325 333 0 13 10 6 532 55 131
Binary 11101111 11010101 11011011 0 1011 1000 110 101011010 101101 1011001

Color Harmonies of #EFD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5DB

Black with #EFD5DB

Text Example


Text Example

White with #EFD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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