#EDCFCB

Color #EDCFCB Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #EDCFCB

Tints of Coral Candy #EDCFCB

Color information

#EDCFCB (or 0xEDCFCB) is unknown color: approx Coral Candy. HEX triplet: ED, CF and CB. RGB value is (237,207,203). Sum of RGB (Red+Green+Blue) = 237+207+203=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCB is #123034. Grayscale: #D7D7D7. Windows color (decimal): -1191989 or 13357037. OLE color: 13357037.

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

Color convert

RGB237207203-
CMYK00.130.140.07
HSL7.06º48.57%86.27%-
HSV(B)7.06º14.35%92.94%-
XYZ68.0266.9465.84-
YUV215.51120.94143.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720720300.130.140.077.0648.5786.27
HexEDCFCB0DE773156
Octal355317313015167761126
Binary1110110111001111110010110110111101111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFCB; }

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

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

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

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

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

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

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

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