#EED6DC

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

Shades of Pale Rose #EED6DC

Tints of Pale Rose #EED6DC

Color information

#EED6DC (or 0xEED6DC) is unknown color: approx Pale Rose. HEX triplet: EE, D6 and DC. RGB value is (238,214,220). Sum of RGB (Red+Green+Blue) = 238+214+220=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DC is #112923. Grayscale: #DDDDDD. Windows color (decimal): -1124644 or 14472942. OLE color: 14472942.

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

Color convert

RGB238214220-
CMYK00.100.080.07
HSL345º41.38%88.63%-
HSV(B)345º10.08%93.33%-
XYZ72.2271.4477.69-
YUV221.86126.95139.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=35.42%
G=31.85%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821422000.100.080.0734541.3888.63
HexEED6DC0A871592959
Octal35632633401210753151131
Binary1110111011010110110111000101010001111010110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6DC; }

 p { color: rgb(238,214,220); }

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

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

 a { background-color: rgb(238,214,220); }

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

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

 span { border-color: rgb(238,214,220); }

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