#EDCBCF

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

Shades of Pale Rose #EDCBCF

Tints of Pale Rose #EDCBCF

Color information

#EDCBCF (or 0xEDCBCF) is unknown color: approx Pale Rose. HEX triplet: ED, CB and CF. RGB value is (237,203,207). Sum of RGB (Red+Green+Blue) = 237+203+207=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCF is #123430. Grayscale: #D5D5D5. Windows color (decimal): -1193009 or 13618157. OLE color: 13618157.

HSL color Cylindrical-coordinate representation of color #EDCBCF: hue angle of 352.94º degrees, saturation: 0.49, 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 #EDCBCF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237203207-
CMYK00.140.130.07
HSL352.94º48.57%86.27%-
HSV(B)352.94º14.35%92.94%-
XYZ67.5465.2268.06-
YUV213.62124.26144.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=36.63%
G=31.38%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720320700.140.130.07352.9448.5786.27
HexEDCBCF0ED71613156
Octal35531331701615754161126
Binary1110110111001011110011110111011011111011000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBCF; }

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

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

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

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

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

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

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

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