Html Css Color HEX #EEDDDE Pale Rose

📋 copy color: '#EEDDDE'

red 238 ◦ green 221 ◦ blue 222

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

Shades of Pale Rose #EEDDDE

Tints of Pale Rose #EEDDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.45%

 BLUE value IS 222 (87.11% from 255) = 32.6%

R = 34.95%
G = 32.45%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEDDDE (or 0xEEDDDE) is known color: Pale Rose. HEX triplet: EE, DD and DE. RGB value is (238,221,222). Sum of RGB (Red+Green+Blue) = 238+221+222=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDE is #112221. Grayscale: #E2E2E2. Windows color (decimal): -1122850 or 14605806. OLE color: 14605806.

HSL color Cylindrical-coordinate representation of color #EEDDDE: hue angle of 356.47º degrees, saturation: 0.33, 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 #EEDDDE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 222 -
CMYK 0 0.07 0.07 0.07
HSL 356.47º 0.33% 0.9% -
HSV(B) 356.47º 0.07% 0.93% -
XYZ 74.3 75.16 79.7 -
YUV 226.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 238 221 222 0 0.07 0.07 0.07 356.47 0.33 0.9
Hex EE DD DE 0 7 7 7 164 21 5A
Octal 356 335 336 0 7 7 7 544 41 132
Binary 11101110 11011101 11011110 0 111 111 111 101100100 100001 1011010

Color Harmonies of #EEDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDDE

Black with #EEDDDE

Text Example


Text Example

White with #EEDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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