Html Css Color HEX #EFD8DE Pale Rose

📋 copy color: '#EFD8DE'

red 239 ◦ green 216 ◦ blue 222

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

Shades of Pale Rose #EFD8DE

Tints of Pale Rose #EFD8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.79%

R = 35.3%
G = 31.91%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFD8DE (or 0xEFD8DE) is known color: Pale Rose. HEX triplet: EF, D8 and DE. RGB value is (239,216,222). Sum of RGB (Red+Green+Blue) = 239+216+222=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DE is #102721. Grayscale: #DFDFDF. Windows color (decimal): -1058594 or 14604527. OLE color: 14604527.

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

Color convert

RGB 239 216 222 -
CMYK 0 0.10 0.07 0.06
HSL 344.35º 0.42% 0.89% -
HSV(B) 344.35º 0.1% 0.94% -
XYZ 73.34 72.74 79.28 -
YUV 223.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 239 216 222 0 0.10 0.07 0.06 344.35 0.42 0.89
Hex EF D8 DE 0 A 7 6 158 2A 59
Octal 357 330 336 0 12 7 6 530 52 131
Binary 11101111 11011000 11011110 0 1010 111 110 101011000 101010 1011001

Color Harmonies of #EFD8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8DE

Black with #EFD8DE

Text Example


Text Example

White with #EFD8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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