Html Css Color HEX #EFD9DC Pale Rose

📋 copy color: '#EFD9DC'

red 239 ◦ green 217 ◦ blue 220

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

Shades of Pale Rose #EFD9DC

Tints of Pale Rose #EFD9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.1%

 BLUE value IS 220 (86.33% from 255) = 32.54%

R = 35.36%
G = 32.1%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD9DC (or 0xEFD9DC) is known color: Pale Rose. HEX triplet: EF, D9 and DC. RGB value is (239,217,220). Sum of RGB (Red+Green+Blue) = 239+217+220=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DC is #102623. Grayscale: #DFDFDF. Windows color (decimal): -1058340 or 14473711. OLE color: 14473711.

HSL color Cylindrical-coordinate representation of color #EFD9DC: hue angle of 351.82º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9DC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 220 -
CMYK 0 0.09 0.08 0.06
HSL 351.82º 0.41% 0.89% -
HSV(B) 351.82º 0.09% 0.94% -
XYZ 73.33 73.14 77.96 -
YUV 223.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 239 217 220 0 0.09 0.08 0.06 351.82 0.41 0.89
Hex EF D9 DC 0 9 8 6 160 29 59
Octal 357 331 334 0 11 10 6 540 51 131
Binary 11101111 11011001 11011100 0 1001 1000 110 101100000 101001 1011001

Color Harmonies of #EFD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9DC

Black with #EFD9DC

Text Example


Text Example

White with #EFD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9DC; }

 p { color: rgb(239,217,220); }

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

background-color css

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

 a { background-color: rgb(239,217,220); }

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

border-color css

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

 span { border-color: rgb(239,217,220); }

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