Html Css Color HEX #EFD4D5 Pale Rose

📋 copy color: '#EFD4D5'

red 239 ◦ green 212 ◦ blue 213

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

Shades of Pale Rose #EFD4D5

Tints of Pale Rose #EFD4D5

RGB

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

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

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

R = 35.99%
G = 31.93%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFD4D5 (or 0xEFD4D5) is known color: Pale Rose. HEX triplet: EF, D4 and D5. RGB value is (239,212,213). Sum of RGB (Red+Green+Blue) = 239+212+213=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4D5 is #102B2A. Grayscale: #DCDCDC. Windows color (decimal): -1059627 or 14013679. OLE color: 14013679.

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

Color convert

RGB 239 212 213 -
CMYK 0 0.11 0.11 0.06
HSL 357.78º 0.46% 0.88% -
HSV(B) 357.78º 0.11% 0.94% -
XYZ 71.15 70.24 72.76 -
YUV 220.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 239 212 213 0 0.11 0.11 0.06 357.78 0.46 0.88
Hex EF D4 D5 0 B B 6 166 2E 58
Octal 357 324 325 0 13 13 6 546 56 130
Binary 11101111 11010100 11010101 0 1011 1011 110 101100110 101110 1011000

Color Harmonies of #EFD4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4D5

Black with #EFD4D5

Text Example


Text Example

White with #EFD4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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