Html Css Color HEX #EEDEE0 Pale Rose

📋 copy color: '#EEDEE0'

red 238 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #EEDEE0

Tints of Pale Rose #EEDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.46%

 BLUE value IS 224 (87.89% from 255) = 32.75%

R = 34.8%
G = 32.46%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEDEE0 (or 0xEEDEE0) is known color: Pale Rose. HEX triplet: EE, DE and E0. RGB value is (238,222,224). Sum of RGB (Red+Green+Blue) = 238+222+224=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE0 is #11211F. Grayscale: #E3E3E3. Windows color (decimal): -1122592 or 14737134. OLE color: 14737134.

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

Color convert

RGB 238 222 224 -
CMYK 0 0.07 0.06 0.07
HSL 352.5º 0.32% 0.9% -
HSV(B) 352.5º 0.07% 0.93% -
XYZ 74.84 75.8 81.21 -
YUV 227.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 238 222 224 0 0.07 0.06 0.07 352.5 0.32 0.9
Hex EE DE E0 0 7 6 7 160 20 5A
Octal 356 336 340 0 7 6 7 540 40 132
Binary 11101110 11011110 11100000 0 111 110 111 101100000 100000 1011010

Color Harmonies of #EEDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEE0

Black with #EEDEE0

Text Example


Text Example

White with #EEDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEE0; }

 p { color: rgb(238,222,224); }

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

background-color css

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

 a { background-color: rgb(238,222,224); }

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

border-color css

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

 span { border-color: rgb(238,222,224); }

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