Html Css Color HEX #EFD0D3 Pale Rose

📋 copy color: '#EFD0D3'

red 239 ◦ green 208 ◦ blue 211

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

Shades of Pale Rose #EFD0D3

Tints of Pale Rose #EFD0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.07%

R = 36.32%
G = 31.61%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D3 (or 0xEFD0D3) is known color: Pale Rose. HEX triplet: EF, D0 and D3. RGB value is (239,208,211). Sum of RGB (Red+Green+Blue) = 239+208+211=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D3 is #102F2C. Grayscale: #D9D9D9. Windows color (decimal): -1060653 or 13881583. OLE color: 13881583.

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

Color convert

RGB 239 208 211 -
CMYK 0 0.13 0.12 0.06
HSL 354.19º 0.49% 0.88% -
HSV(B) 354.19º 0.13% 0.94% -
XYZ 69.91 68.17 71.1 -
YUV 217.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 239 208 211 0 0.13 0.12 0.06 354.19 0.49 0.88
Hex EF D0 D3 0 D C 6 162 31 58
Octal 357 320 323 0 15 14 6 542 61 130
Binary 11101111 11010000 11010011 0 1101 1100 110 101100010 110001 1011000

Color Harmonies of #EFD0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D3

Black with #EFD0D3

Text Example


Text Example

White with #EFD0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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