Html Css Color HEX #EFD3D8 Pale Rose

📋 copy color: '#EFD3D8'

red 239 ◦ green 211 ◦ blue 216

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

Shades of Pale Rose #EFD3D8

Tints of Pale Rose #EFD3D8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.68%

 BLUE value IS 216 (84.77% from 255) = 32.43%

R = 35.89%
G = 31.68%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD3D8 (or 0xEFD3D8) is known color: Pale Rose. HEX triplet: EF, D3 and D8. RGB value is (239,211,216). Sum of RGB (Red+Green+Blue) = 239+211+216=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3D8 is #102C27. Grayscale: #DBDBDB. Windows color (decimal): -1059880 or 14210031. OLE color: 14210031.

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

Color convert

RGB 239 211 216 -
CMYK 0 0.12 0.10 0.06
HSL 349.29º 0.47% 0.88% -
HSV(B) 349.29º 0.12% 0.94% -
XYZ 71.29 69.9 74.7 -
YUV 219.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 239 211 216 0 0.12 0.10 0.06 349.29 0.47 0.88
Hex EF D3 D8 0 C A 6 15D 2F 58
Octal 357 323 330 0 14 12 6 535 57 130
Binary 11101111 11010011 11011000 0 1100 1010 110 101011101 101111 1011000

Color Harmonies of #EFD3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3D8

Black with #EFD3D8

Text Example


Text Example

White with #EFD3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3D8; }

 p { color: rgb(239,211,216); }

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

background-color css

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

 a { background-color: rgb(239,211,216); }

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

border-color css

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

 span { border-color: rgb(239,211,216); }

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