Html Css Color HEX #EFD4D6 Pale Rose

📋 copy color: '#EFD4D6'

red 239 ◦ green 212 ◦ blue 214

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

Shades of Pale Rose #EFD4D6

Tints of Pale Rose #EFD4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.88%

 BLUE value IS 214 (83.98% from 255) = 32.18%

R = 35.94%
G = 31.88%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD4D6 (or 0xEFD4D6) is known color: Pale Rose. HEX triplet: EF, D4 and D6. RGB value is (239,212,214). Sum of RGB (Red+Green+Blue) = 239+212+214=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4D6 is #102B29. Grayscale: #DCDCDC. Windows color (decimal): -1059626 or 14079215. OLE color: 14079215.

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

Color convert

RGB 239 212 214 -
CMYK 0 0.11 0.10 0.06
HSL 355.56º 0.46% 0.88% -
HSV(B) 355.56º 0.11% 0.94% -
XYZ 71.28 70.29 73.43 -
YUV 220.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 239 212 214 0 0.11 0.10 0.06 355.56 0.46 0.88
Hex EF D4 D6 0 B A 6 164 2E 58
Octal 357 324 326 0 13 12 6 544 56 130
Binary 11101111 11010100 11010110 0 1011 1010 110 101100100 101110 1011000

Color Harmonies of #EFD4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4D6

Black with #EFD4D6

Text Example


Text Example

White with #EFD4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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