Html Css Color HEX #EFD5D9 Pale Rose

📋 copy color: '#EFD5D9'

red 239 ◦ green 213 ◦ blue 217

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

Shades of Pale Rose #EFD5D9

Tints of Pale Rose #EFD5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 35.72%
G = 31.84%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFD5D9 (or 0xEFD5D9) is known color: Pale Rose. HEX triplet: EF, D5 and D9. RGB value is (239,213,217). Sum of RGB (Red+Green+Blue) = 239+213+217=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5D9 is #102A26. Grayscale: #DDDDDD. Windows color (decimal): -1059367 or 14276079. OLE color: 14276079.

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

Color convert

RGB 239 213 217 -
CMYK 0 0.11 0.09 0.06
HSL 350.77º 0.45% 0.89% -
HSV(B) 350.77º 0.11% 0.94% -
XYZ 71.92 70.95 75.55 -
YUV 221.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 239 213 217 0 0.11 0.09 0.06 350.77 0.45 0.89
Hex EF D5 D9 0 B 9 6 15F 2D 59
Octal 357 325 331 0 13 11 6 537 55 131
Binary 11101111 11010101 11011001 0 1011 1001 110 101011111 101101 1011001

Color Harmonies of #EFD5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5D9

Black with #EFD5D9

Text Example


Text Example

White with #EFD5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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