#EDCCC4

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

Shades of Coral Candy #EDCCC4

Tints of Coral Candy #EDCCC4

Color information

#EDCCC4 (or 0xEDCCC4) is unknown color: approx Coral Candy. HEX triplet: ED, CC and C4. RGB value is (237,204,196). Sum of RGB (Red+Green+Blue) = 237+204+196=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC4 is #12333B. Grayscale: #D5D5D5. Windows color (decimal): -1192764 or 12897517. OLE color: 12897517.

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

Color convert

RGB237204196-
CMYK00.140.170.07
HSL11.71º53.25%84.9%-
HSV(B)11.71º17.3%92.94%-
XYZ66.4865.1861.3-
YUV212.96118.43145.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=37.21%
G=32.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720419600.140.170.0711.7153.2584.9
HexEDCCC40E117c3555
Octal3553143040162171465125
Binary111011011100110011000100011101000111111001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC4; }

 p { color: rgb(237,204,196); }

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

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

 a { background-color: rgb(237,204,196); }

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

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

 span { border-color: rgb(237,204,196); }

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