#EECECF

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

Shades of Pale Rose #EECECF

Tints of Pale Rose #EECECF

Color information

#EECECF (or 0xEECECF) is unknown color: approx Pale Rose. HEX triplet: EE, CE and CF. RGB value is (238,206,207). Sum of RGB (Red+Green+Blue) = 238+206+207=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECECF is #113130. Grayscale: #D7D7D7. Windows color (decimal): -1126705 or 13618926. OLE color: 13618926.

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

Color convert

RGB238206207-
CMYK00.130.130.07
HSL358.12º48.48%87.06%-
HSV(B)358.12º13.45%93.33%-
XYZ68.5966.8268.31-
YUV215.68123.1143.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=36.56%
G=31.64%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820620700.130.130.07358.1248.4887.06
HexEECECF0DD71663057
Octal35631631701515754660127
Binary1110111011001110110011110110111011111011001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECECF; }

 p { color: rgb(238,206,207); }

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

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

 a { background-color: rgb(238,206,207); }

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

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

 span { border-color: rgb(238,206,207); }

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