Html Css Color HEX #EDCEC9 Coral Candy

📋 copy color: '#EDCEC9'

red 237 ◦ green 206 ◦ blue 201

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

Shades of Coral Candy #EDCEC9

Tints of Coral Candy #EDCEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 36.8%
G = 31.99%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDCEC9 (or 0xEDCEC9) is known color: Coral Candy. HEX triplet: ED, CE and C9. RGB value is (237,206,201). Sum of RGB (Red+Green+Blue) = 237+206+201=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC9 is #123136. Grayscale: #D6D6D6. Windows color (decimal): -1192247 or 13225709. OLE color: 13225709.

HSL color Cylindrical-coordinate representation of color #EDCEC9: hue angle of 8.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCEC9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 201 -
CMYK 0 0.13 0.15 0.07
HSL 8.33º 0.5% 0.86% -
HSV(B) 8.33º 0.15% 0.93% -
XYZ 67.54 66.36 64.51 -
YUV 214.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 237 206 201 0 0.13 0.15 0.07 8.33 0.5 0.86
Hex ED CE C9 0 D F 7 8 32 56
Octal 355 316 311 0 15 17 7 10 62 126
Binary 11101101 11001110 11001001 0 1101 1111 111 1000 110010 1010110

Color Harmonies of #EDCEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEC9

Black with #EDCEC9

Text Example


Text Example

White with #EDCEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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