#E6DEE0

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

Shades of Pale Rose #E6DEE0

Tints of Pale Rose #E6DEE0

Color information

#E6DEE0 (or 0xE6DEE0) is unknown color: approx Pale Rose. HEX triplet: E6, DE and E0. RGB value is (230,222,224). Sum of RGB (Red+Green+Blue) = 230+222+224=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE0 is #19211F. Grayscale: #E0E0E0. Windows color (decimal): -1646880 or 14737126. OLE color: 14737126.

HSL color Cylindrical-coordinate representation of color #E6DEE0: hue angle of 345º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEE0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230222224-
CMYK00.030.030.10
HSL345º13.79%88.63%-
HSV(B)345º3.48%90.2%-
XYZ72.2174.4581.08-
YUV224.62127.65131.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.02%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=34.02%
G=32.84%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022222400.030.030.1034513.7988.63
HexE6DEE0033A159e59
Octal3463363400331253116131
Binary11100110110111101110000001111101010101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEE0; }

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

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

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

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

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

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

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

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