Html Css Color HEX #EED0D2 Pale Rose

📋 copy color: '#EED0D2'

red 238 ◦ green 208 ◦ blue 210

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

Shades of Pale Rose #EED0D2

Tints of Pale Rose #EED0D2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

 BLUE value IS 210 (82.42% from 255) = 32.01%

R = 36.28%
G = 31.71%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EED0D2 (or 0xEED0D2) is known color: Pale Rose. HEX triplet: EE, D0 and D2. RGB value is (238,208,210). Sum of RGB (Red+Green+Blue) = 238+208+210=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D2 is #112F2D. Grayscale: #D9D9D9. Windows color (decimal): -1126190 or 13816046. OLE color: 13816046.

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

Color convert

RGB 238 208 210 -
CMYK 0 0.13 0.12 0.07
HSL 356º 0.47% 0.87% -
HSV(B) 356º 0.13% 0.93% -
XYZ 69.45 67.94 70.43 -
YUV 217.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 238 208 210 0 0.13 0.12 0.07 356 0.47 0.87
Hex EE D0 D2 0 D C 7 164 2F 57
Octal 356 320 322 0 15 14 7 544 57 127
Binary 11101110 11010000 11010010 0 1101 1100 111 101100100 101111 1010111

Color Harmonies of #EED0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0D2

Black with #EED0D2

Text Example


Text Example

White with #EED0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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