Html Css Color HEX #EED9DF Pale Rose

📋 copy color: '#EED9DF'

red 238 ◦ green 217 ◦ blue 223

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

Shades of Pale Rose #EED9DF

Tints of Pale Rose #EED9DF

RGB

 RED value IS 238 (93.36% from 255) = 35.1%

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

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

R = 35.1%
G = 32.01%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EED9DF (or 0xEED9DF) is known color: Pale Rose. HEX triplet: EE, D9 and DF. RGB value is (238,217,223). Sum of RGB (Red+Green+Blue) = 238+217+223=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DF is #112620. Grayscale: #DFDFDF. Windows color (decimal): -1123873 or 14670318. OLE color: 14670318.

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

Color convert

RGB 238 217 223 -
CMYK 0 0.09 0.06 0.07
HSL 342.86º 0.38% 0.89% -
HSV(B) 342.86º 0.09% 0.93% -
XYZ 73.39 73.13 80.06 -
YUV 223.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 238 217 223 0 0.09 0.06 0.07 342.86 0.38 0.89
Hex EE D9 DF 0 9 6 7 157 26 59
Octal 356 331 337 0 11 6 7 527 46 131
Binary 11101110 11011001 11011111 0 1001 110 111 101010111 100110 1011001

Color Harmonies of #EED9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9DF

Black with #EED9DF

Text Example


Text Example

White with #EED9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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