Html Css Color HEX #EDCCC7 Coral Candy

📋 copy color: '#EDCCC7'

red 237 ◦ green 204 ◦ blue 199

#EDCCC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #EDCCC7

Tints of Coral Candy #EDCCC7

RGB

 RED value IS 237 (92.97% from 255) = 37.03%

 GREEN value IS 204 (80.08% from 255) = 31.88%

 BLUE value IS 199 (78.13% from 255) = 31.09%

R = 37.03%
G = 31.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCCC7 (or 0xEDCCC7) is known color: Coral Candy. HEX triplet: ED, CC and C7. RGB value is (237,204,199). Sum of RGB (Red+Green+Blue) = 237+204+199=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC7 is #123338. Grayscale: #D5D5D5. Windows color (decimal): -1192761 or 13094125. OLE color: 13094125.

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

Color convert

RGB 237 204 199 -
CMYK 0 0.14 0.16 0.07
HSL 7.89º 0.51% 0.85% -
HSV(B) 7.89º 0.16% 0.93% -
XYZ 66.83 65.31 63.12 -
YUV 213.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 237 204 199 0 0.14 0.16 0.07 7.89 0.51 0.85
Hex ED CC C7 0 E 10 7 8 33 55
Octal 355 314 307 0 16 20 7 10 63 125
Binary 11101101 11001100 11000111 0 1110 10000 111 1000 110011 1010101

Color Harmonies of #EDCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCC7

Black with #EDCCC7

Text Example


Text Example

White with #EDCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCC7; }

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

 H1.HeaderClassName
 {
   color: #EDCCC7;
 }
 .AnyTagClassName
 {
   color: #EDCCC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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