Html Css Color HEX #EFD8DD Pale Rose

📋 copy color: '#EFD8DD'

red 239 ◦ green 216 ◦ blue 221

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

Shades of Pale Rose #EFD8DD

Tints of Pale Rose #EFD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.95%

 BLUE value IS 221 (86.72% from 255) = 32.69%

R = 35.36%
G = 31.95%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD8DD (or 0xEFD8DD) is known color: Pale Rose. HEX triplet: EF, D8 and DD. RGB value is (239,216,221). Sum of RGB (Red+Green+Blue) = 239+216+221=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DD is #102722. Grayscale: #DFDFDF. Windows color (decimal): -1058595 or 14538991. OLE color: 14538991.

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

Color convert

RGB 239 216 221 -
CMYK 0 0.10 0.08 0.06
HSL 346.96º 0.42% 0.89% -
HSV(B) 346.96º 0.1% 0.94% -
XYZ 73.2 72.68 78.58 -
YUV 223.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 239 216 221 0 0.10 0.08 0.06 346.96 0.42 0.89
Hex EF D8 DD 0 A 8 6 15B 2A 59
Octal 357 330 335 0 12 10 6 533 52 131
Binary 11101111 11011000 11011101 0 1010 1000 110 101011011 101010 1011001

Color Harmonies of #EFD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8DD

Black with #EFD8DD

Text Example


Text Example

White with #EFD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8DD; }

 p { color: rgb(239,216,221); }

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

background-color css

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

 a { background-color: rgb(239,216,221); }

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

border-color css

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

 span { border-color: rgb(239,216,221); }

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