Html Css Color HEX #EFD6DD Pale Rose

📋 copy color: '#EFD6DD'

red 239 ◦ green 214 ◦ blue 221

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

Shades of Pale Rose #EFD6DD

Tints of Pale Rose #EFD6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.75%

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

R = 35.46%
G = 31.75%
B = 32.79%

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

#EFD6DD (or 0xEFD6DD) is known color: Pale Rose. HEX triplet: EF, D6 and DD. RGB value is (239,214,221). Sum of RGB (Red+Green+Blue) = 239+214+221=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DD is #102922. Grayscale: #DEDEDE. Windows color (decimal): -1059107 or 14538479. OLE color: 14538479.

HSL color Cylindrical-coordinate representation of color #EFD6DD: hue angle of 343.2º degrees, saturation: 0.44, 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 #EFD6DD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 221 -
CMYK 0 0.10 0.08 0.06
HSL 343.2º 0.44% 0.89% -
HSV(B) 343.2º 0.1% 0.94% -
XYZ 72.69 71.66 78.41 -
YUV 222.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 239 214 221 0 0.10 0.08 0.06 343.2 0.44 0.89
Hex EF D6 DD 0 A 8 6 157 2C 59
Octal 357 326 335 0 12 10 6 527 54 131
Binary 11101111 11010110 11011101 0 1010 1000 110 101010111 101100 1011001

Color Harmonies of #EFD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6DD

Black with #EFD6DD

Text Example


Text Example

White with #EFD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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