Html Css Color HEX #EDCEC7 Coral Candy

📋 copy color: '#EDCEC7'

red 237 ◦ green 206 ◦ blue 199

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

Shades of Coral Candy #EDCEC7

Tints of Coral Candy #EDCEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.09%

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

R = 36.92%
G = 32.09%
B = 31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCEC7 (or 0xEDCEC7) is known color: Coral Candy. HEX triplet: ED, CE and C7. RGB value is (237,206,199). Sum of RGB (Red+Green+Blue) = 237+206+199=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC7 is #123138. Grayscale: #D6D6D6. Windows color (decimal): -1192249 or 13094637. OLE color: 13094637.

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

Color convert

RGB 237 206 199 -
CMYK 0 0.13 0.16 0.07
HSL 11.05º 0.51% 0.85% -
HSV(B) 11.05º 0.16% 0.93% -
XYZ 67.31 66.27 63.28 -
YUV 214.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 237 206 199 0 0.13 0.16 0.07 11.05 0.51 0.85
Hex ED CE C7 0 D 10 7 B 33 55
Octal 355 316 307 0 15 20 7 13 63 125
Binary 11101101 11001110 11000111 0 1101 10000 111 1011 110011 1010101

Color Harmonies of #EDCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEC7

Black with #EDCEC7

Text Example


Text Example

White with #EDCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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