#ECCBCF

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

Shades of Pale Rose #ECCBCF

Tints of Pale Rose #ECCBCF

Color information

#ECCBCF (or 0xECCBCF) is unknown color: approx Pale Rose. HEX triplet: EC, CB and CF. RGB value is (236,203,207). Sum of RGB (Red+Green+Blue) = 236+203+207=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBCF is #133430. Grayscale: #D5D5D5. Windows color (decimal): -1258545 or 13618156. OLE color: 13618156.

HSL color Cylindrical-coordinate representation of color #ECCBCF: hue angle of 352.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBCF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236203207-
CMYK00.140.120.07
HSL352.73º46.48%86.08%-
HSV(B)352.73º13.98%92.55%-
XYZ67.2165.0568.04-
YUV213.32124.43144.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=36.53%
G=31.42%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620320700.140.120.07352.7346.4886.08
HexECCBCF0EC71612e56
Octal35431331701614754156126
Binary1110110011001011110011110111011001111011000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBCF; }

 p { color: rgb(236,203,207); }

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

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

 a { background-color: rgb(236,203,207); }

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

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

 span { border-color: rgb(236,203,207); }

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