#EEDEDF

Color #EEDEDF Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EEDEDF

Tints of Pale Rose #EEDEDF

Color information

#EEDEDF (or 0xEEDEDF) is unknown color: approx Pale Rose. HEX triplet: EE, DE and DF. RGB value is (238,222,223). Sum of RGB (Red+Green+Blue) = 238+222+223=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDF is #112120. Grayscale: #E2E2E2. Windows color (decimal): -1122593 or 14671598. OLE color: 14671598.

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

Color convert

RGB238222223-
CMYK00.070.060.07
HSL356.25º32%90.2%-
HSV(B)356.25º6.72%93.33%-
XYZ74.775.7580.5-
YUV226.9125.8135.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=34.85%
G=32.50%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822222300.070.060.07356.253290.2
HexEEDEDF0767164205a
Octal356336337076754440132
Binary11101110110111101101111101111101111011001001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEDF; }

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

 H1.HeaderClassName
 {
   color: #EEDEDF;
 }
 .AnyTagClassName
 {
   color: #EEDEDF;
 }
</style>
background-color css

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

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

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

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

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

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