Html Css Color HEX #EFD7D9 Pale Rose

📋 copy color: '#EFD7D9'

red 239 ◦ green 215 ◦ blue 217

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

Shades of Pale Rose #EFD7D9

Tints of Pale Rose #EFD7D9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.04%

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

R = 35.62%
G = 32.04%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFD7D9 (or 0xEFD7D9) is known color: Pale Rose. HEX triplet: EF, D7 and D9. RGB value is (239,215,217). Sum of RGB (Red+Green+Blue) = 239+215+217=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7D9 is #102826. Grayscale: #DEDEDE. Windows color (decimal): -1058855 or 14276591. OLE color: 14276591.

HSL color Cylindrical-coordinate representation of color #EFD7D9: hue angle of 355º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7D9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 217 -
CMYK 0 0.10 0.09 0.06
HSL 355º 0.43% 0.89% -
HSV(B) 355º 0.1% 0.94% -
XYZ 72.42 71.96 75.72 -
YUV 222.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 239 215 217 0 0.10 0.09 0.06 355 0.43 0.89
Hex EF D7 D9 0 A 9 6 163 2B 59
Octal 357 327 331 0 12 11 6 543 53 131
Binary 11101111 11010111 11011001 0 1010 1001 110 101100011 101011 1011001

Color Harmonies of #EFD7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7D9

Black with #EFD7D9

Text Example


Text Example

White with #EFD7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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