Html Css Color HEX #EDCDC6 Coral Candy

📋 copy color: '#EDCDC6'

red 237 ◦ green 205 ◦ blue 198

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

Shades of Coral Candy #EDCDC6

Tints of Coral Candy #EDCDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.03%

 BLUE value IS 198 (77.73% from 255) = 30.94%

R = 37.03%
G = 32.03%
B = 30.94%

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

#EDCDC6 (or 0xEDCDC6) is known color: Coral Candy. HEX triplet: ED, CD and C6. RGB value is (237,205,198). Sum of RGB (Red+Green+Blue) = 237+205+198=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC6 is #123239. Grayscale: #D5D5D5. Windows color (decimal): -1192506 or 13028845. OLE color: 13028845.

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

Color convert

RGB 237 205 198 -
CMYK 0 0.14 0.16 0.07
HSL 10.77º 0.52% 0.85% -
HSV(B) 10.77º 0.16% 0.93% -
XYZ 66.95 65.74 62.59 -
YUV 213.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 237 205 198 0 0.14 0.16 0.07 10.77 0.52 0.85
Hex ED CD C6 0 E 10 7 B 34 55
Octal 355 315 306 0 16 20 7 13 64 125
Binary 11101101 11001101 11000110 0 1110 10000 111 1011 110100 1010101

Color Harmonies of #EDCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDC6

Black with #EDCDC6

Text Example


Text Example

White with #EDCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDC6; }

 p { color: rgb(237,205,198); }

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

background-color css

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

 a { background-color: rgb(237,205,198); }

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

border-color css

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

 span { border-color: rgb(237,205,198); }

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