Html Css Color HEX #EFD4DA Pale Rose

📋 copy color: '#EFD4DA'

red 239 ◦ green 212 ◦ blue 218

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

Shades of Pale Rose #EFD4DA

Tints of Pale Rose #EFD4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.59%

R = 35.72%
G = 31.69%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFD4DA (or 0xEFD4DA) is known color: Pale Rose. HEX triplet: EF, D4 and DA. RGB value is (239,212,218). Sum of RGB (Red+Green+Blue) = 239+212+218=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DA is #102B25. Grayscale: #DCDCDC. Windows color (decimal): -1059622 or 14341359. OLE color: 14341359.

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

Color convert

RGB 239 212 218 -
CMYK 0 0.11 0.09 0.06
HSL 346.67º 0.46% 0.88% -
HSV(B) 346.67º 0.11% 0.94% -
XYZ 71.79 70.5 76.15 -
YUV 220.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 239 212 218 0 0.11 0.09 0.06 346.67 0.46 0.88
Hex EF D4 DA 0 B 9 6 15B 2E 58
Octal 357 324 332 0 13 11 6 533 56 130
Binary 11101111 11010100 11011010 0 1011 1001 110 101011011 101110 1011000

Color Harmonies of #EFD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4DA

Black with #EFD4DA

Text Example


Text Example

White with #EFD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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