Html Css Color HEX #EFD9DF Pale Rose

📋 copy color: '#EFD9DF'

red 239 ◦ green 217 ◦ blue 223

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

Shades of Pale Rose #EFD9DF

Tints of Pale Rose #EFD9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.96%

 BLUE value IS 223 (87.5% from 255) = 32.84%

R = 35.2%
G = 31.96%
B = 32.84%

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

#EFD9DF (or 0xEFD9DF) is known color: Pale Rose. HEX triplet: EF, D9 and DF. RGB value is (239,217,223). Sum of RGB (Red+Green+Blue) = 239+217+223=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DF is #102620. Grayscale: #E0E0E0. Windows color (decimal): -1058337 or 14670319. OLE color: 14670319.

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

Color convert

RGB 239 217 223 -
CMYK 0 0.09 0.07 0.06
HSL 343.64º 0.41% 0.89% -
HSV(B) 343.64º 0.09% 0.94% -
XYZ 73.73 73.3 80.08 -
YUV 224.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 239 217 223 0 0.09 0.07 0.06 343.64 0.41 0.89
Hex EF D9 DF 0 9 7 6 158 29 59
Octal 357 331 337 0 11 7 6 530 51 131
Binary 11101111 11011001 11011111 0 1001 111 110 101011000 101001 1011001

Color Harmonies of #EFD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9DF

Black with #EFD9DF

Text Example


Text Example

White with #EFD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9DF; }

 p { color: rgb(239,217,223); }

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

background-color css

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

 a { background-color: rgb(239,217,223); }

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

border-color css

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

 span { border-color: rgb(239,217,223); }

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