#EECDC4

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

Shades of Coral Candy #EECDC4

Tints of Coral Candy #EECDC4

Color information

#EECDC4 (or 0xEECDC4) is unknown color: approx Coral Candy. HEX triplet: EE, CD and C4. RGB value is (238,205,196). Sum of RGB (Red+Green+Blue) = 238+205+196=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC4 is #11323B. Grayscale: #D5D5D5. Windows color (decimal): -1126972 or 12897774. OLE color: 12897774.

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

Color convert

RGB238205196-
CMYK00.140.180.07
HSL12.86º55.26%85.1%-
HSV(B)12.86º17.65%93.33%-
XYZ67.0665.8361.4-
YUV213.84117.93145.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=37.25%
G=32.08%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820519600.140.180.0712.8655.2685.1
HexEECDC40E127d3755
Octal3563153040162271567125
Binary111011101100110111000100011101001011111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDC4; }

 p { color: rgb(238,205,196); }

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

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

 a { background-color: rgb(238,205,196); }

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

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

 span { border-color: rgb(238,205,196); }

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