Html Css Color HEX #EFD6D7 Pale Rose

📋 copy color: '#EFD6D7'

red 239 ◦ green 214 ◦ blue 215

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

Shades of Pale Rose #EFD6D7

Tints of Pale Rose #EFD6D7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.04%

 BLUE value IS 215 (84.38% from 255) = 32.19%

R = 35.78%
G = 32.04%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD6D7 (or 0xEFD6D7) is known color: Pale Rose. HEX triplet: EF, D6 and D7. RGB value is (239,214,215). Sum of RGB (Red+Green+Blue) = 239+214+215=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6D7 is #102928. Grayscale: #DDDDDD. Windows color (decimal): -1059113 or 14145263. OLE color: 14145263.

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

Color convert

RGB 239 214 215 -
CMYK 0 0.10 0.10 0.06
HSL 357.6º 0.44% 0.89% -
HSV(B) 357.6º 0.1% 0.94% -
XYZ 71.91 71.35 74.27 -
YUV 221.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 239 214 215 0 0.10 0.10 0.06 357.6 0.44 0.89
Hex EF D6 D7 0 A A 6 166 2C 59
Octal 357 326 327 0 12 12 6 546 54 131
Binary 11101111 11010110 11010111 0 1010 1010 110 101100110 101100 1011001

Color Harmonies of #EFD6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6D7

Black with #EFD6D7

Text Example


Text Example

White with #EFD6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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