Html Css Color HEX #EFDADE Pale Rose

📋 copy color: '#EFDADE'

red 239 ◦ green 218 ◦ blue 222

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

Shades of Pale Rose #EFDADE

Tints of Pale Rose #EFDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.11%

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

R = 35.2%
G = 32.11%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFDADE (or 0xEFDADE) is known color: Pale Rose. HEX triplet: EF, DA and DE. RGB value is (239,218,222). Sum of RGB (Red+Green+Blue) = 239+218+222=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADE is #102521. Grayscale: #E0E0E0. Windows color (decimal): -1058082 or 14605039. OLE color: 14605039.

HSL color Cylindrical-coordinate representation of color #EFDADE: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDADE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 222 -
CMYK 0 0.09 0.07 0.06
HSL 348.57º 0.4% 0.9% -
HSV(B) 348.57º 0.09% 0.94% -
XYZ 73.85 73.77 79.45 -
YUV 224.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 239 218 222 0 0.09 0.07 0.06 348.57 0.4 0.9
Hex EF DA DE 0 9 7 6 15D 28 5A
Octal 357 332 336 0 11 7 6 535 50 132
Binary 11101111 11011010 11011110 0 1001 111 110 101011101 101000 1011010

Color Harmonies of #EFDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDADE

Black with #EFDADE

Text Example


Text Example

White with #EFDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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