Html Css Color HEX #EFD3D5 Pale Rose

📋 copy color: '#EFD3D5'

red 239 ◦ green 211 ◦ blue 213

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

Shades of Pale Rose #EFD3D5

Tints of Pale Rose #EFD3D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.13%

R = 36.05%
G = 31.83%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFD3D5 (or 0xEFD3D5) is known color: Pale Rose. HEX triplet: EF, D3 and D5. RGB value is (239,211,213). Sum of RGB (Red+Green+Blue) = 239+211+213=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3D5 is #102C2A. Grayscale: #DBDBDB. Windows color (decimal): -1059883 or 14013423. OLE color: 14013423.

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

Color convert

RGB 239 211 213 -
CMYK 0 0.12 0.11 0.06
HSL 355.71º 0.47% 0.88% -
HSV(B) 355.71º 0.12% 0.94% -
XYZ 70.9 69.74 72.68 -
YUV 219.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 239 211 213 0 0.12 0.11 0.06 355.71 0.47 0.88
Hex EF D3 D5 0 C B 6 164 2F 58
Octal 357 323 325 0 14 13 6 544 57 130
Binary 11101111 11010011 11010101 0 1100 1011 110 101100100 101111 1011000

Color Harmonies of #EFD3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3D5

Black with #EFD3D5

Text Example


Text Example

White with #EFD3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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