Html Css Color HEX #EED2D3 Pale Rose

📋 copy color: '#EED2D3'

red 238 ◦ green 210 ◦ blue 211

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

Shades of Pale Rose #EED2D3

Tints of Pale Rose #EED2D3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.87%

 BLUE value IS 211 (82.81% from 255) = 32.02%

R = 36.12%
G = 31.87%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EED2D3 (or 0xEED2D3) is known color: Pale Rose. HEX triplet: EE, D2 and D3. RGB value is (238,210,211). Sum of RGB (Red+Green+Blue) = 238+210+211=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2D3 is #112D2C. Grayscale: #DADADA. Windows color (decimal): -1125677 or 13882094. OLE color: 13882094.

HSL color Cylindrical-coordinate representation of color #EED2D3: hue angle of 357.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2D3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 211 -
CMYK 0 0.12 0.11 0.07
HSL 357.86º 0.45% 0.88% -
HSV(B) 357.86º 0.12% 0.93% -
XYZ 70.06 68.97 71.25 -
YUV 218.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 238 210 211 0 0.12 0.11 0.07 357.86 0.45 0.88
Hex EE D2 D3 0 C B 7 166 2D 58
Octal 356 322 323 0 14 13 7 546 55 130
Binary 11101110 11010010 11010011 0 1100 1011 111 101100110 101101 1011000

Color Harmonies of #EED2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2D3

Black with #EED2D3

Text Example


Text Example

White with #EED2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2D3; }

 p { color: rgb(238,210,211); }

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

background-color css

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

 a { background-color: rgb(238,210,211); }

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

border-color css

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

 span { border-color: rgb(238,210,211); }

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