Html Css Color HEX #EED6DD Pale Rose

📋 copy color: '#EED6DD'

red 238 ◦ green 214 ◦ blue 221

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

Shades of Pale Rose #EED6DD

Tints of Pale Rose #EED6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.8%

 BLUE value IS 221 (86.72% from 255) = 32.84%

R = 35.36%
G = 31.8%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED6DD (or 0xEED6DD) is known color: Pale Rose. HEX triplet: EE, D6 and DD. RGB value is (238,214,221). Sum of RGB (Red+Green+Blue) = 238+214+221=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DD is #112922. Grayscale: #DDDDDD. Windows color (decimal): -1124643 or 14538478. OLE color: 14538478.

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

Color convert

RGB 238 214 221 -
CMYK 0 0.10 0.07 0.07
HSL 342.5º 0.41% 0.89% -
HSV(B) 342.5º 0.1% 0.93% -
XYZ 72.36 71.49 78.39 -
YUV 221.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 238 214 221 0 0.10 0.07 0.07 342.5 0.41 0.89
Hex EE D6 DD 0 A 7 7 156 29 59
Octal 356 326 335 0 12 7 7 526 51 131
Binary 11101110 11010110 11011101 0 1010 111 111 101010110 101001 1011001

Color Harmonies of #EED6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6DD

Black with #EED6DD

Text Example


Text Example

White with #EED6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6DD; }

 p { color: rgb(238,214,221); }

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

background-color css

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

 a { background-color: rgb(238,214,221); }

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

border-color css

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

 span { border-color: rgb(238,214,221); }

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