Html Css Color HEX #EFD0D1 Pale Rose

📋 copy color: '#EFD0D1'

red 239 ◦ green 208 ◦ blue 209

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

Shades of Pale Rose #EFD0D1

Tints of Pale Rose #EFD0D1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 36.43%
G = 31.71%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D1 (or 0xEFD0D1) is known color: Pale Rose. HEX triplet: EF, D0 and D1. RGB value is (239,208,209). Sum of RGB (Red+Green+Blue) = 239+208+209=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D1 is #102F2E. Grayscale: #D9D9D9. Windows color (decimal): -1060655 or 13750511. OLE color: 13750511.

HSL color Cylindrical-coordinate representation of color #EFD0D1: hue angle of 358.06º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0D1 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 209 -
CMYK 0 0.13 0.13 0.06
HSL 358.06º 0.49% 0.88% -
HSV(B) 358.06º 0.13% 0.94% -
XYZ 69.66 68.07 69.79 -
YUV 217.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 239 208 209 0 0.13 0.13 0.06 358.06 0.49 0.88
Hex EF D0 D1 0 D D 6 166 31 58
Octal 357 320 321 0 15 15 6 546 61 130
Binary 11101111 11010000 11010001 0 1101 1101 110 101100110 110001 1011000

Color Harmonies of #EFD0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D1

Black with #EFD0D1

Text Example


Text Example

White with #EFD0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D1; }

 p { color: rgb(239,208,209); }

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

background-color css

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

 a { background-color: rgb(239,208,209); }

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

border-color css

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

 span { border-color: rgb(239,208,209); }

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