Html Css Color HEX #EACFD5 Pale Rose

📋 copy color: '#EACFD5'

red 234 ◦ green 207 ◦ blue 213

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

Shades of Pale Rose #EACFD5

Tints of Pale Rose #EACFD5

RGB

 RED value IS 234 (91.8% from 255) = 35.78%

 GREEN value IS 207 (81.25% from 255) = 31.65%

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

R = 35.78%
G = 31.65%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EACFD5 (or 0xEACFD5) is known color: Pale Rose. HEX triplet: EA, CF and D5. RGB value is (234,207,213). Sum of RGB (Red+Green+Blue) = 234+207+213=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD5 is #15302A. Grayscale: #D7D7D7. Windows color (decimal): -1388587 or 14012394. OLE color: 14012394.

HSL color Cylindrical-coordinate representation of color #EACFD5: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFD5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 213 -
CMYK 0 0.12 0.09 0.08
HSL 346.67º 0.39% 0.86% -
HSV(B) 346.67º 0.12% 0.92% -
XYZ 68.25 66.92 72.27 -
YUV 215.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 234 207 213 0 0.12 0.09 0.08 346.67 0.39 0.86
Hex EA CF D5 0 C 9 8 15B 27 56
Octal 352 317 325 0 14 11 10 533 47 126
Binary 11101010 11001111 11010101 0 1100 1001 1000 101011011 100111 1010110

Color Harmonies of #EACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACFD5

Black with #EACFD5

Text Example


Text Example

White with #EACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACFD5; }

 p { color: rgb(234,207,213); }

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

background-color css

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

 a { background-color: rgb(234,207,213); }

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

border-color css

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

 span { border-color: rgb(234,207,213); }

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