Html Css Color HEX #EDCDC8 Coral Candy

📋 copy color: '#EDCDC8'

red 237 ◦ green 205 ◦ blue 200

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

Shades of Coral Candy #EDCDC8

Tints of Coral Candy #EDCDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.15%

R = 36.92%
G = 31.93%
B = 31.15%

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

#EDCDC8 (or 0xEDCDC8) is known color: Coral Candy. HEX triplet: ED, CD and C8. RGB value is (237,205,200). Sum of RGB (Red+Green+Blue) = 237+205+200=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC8 is #123237. Grayscale: #D6D6D6. Windows color (decimal): -1192504 or 13159917. OLE color: 13159917.

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

Color convert

RGB 237 205 200 -
CMYK 0 0.14 0.16 0.07
HSL 8.11º 0.51% 0.86% -
HSV(B) 8.11º 0.16% 0.93% -
XYZ 67.18 65.84 63.81 -
YUV 214 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 237 205 200 0 0.14 0.16 0.07 8.11 0.51 0.86
Hex ED CD C8 0 E 10 7 8 33 56
Octal 355 315 310 0 16 20 7 10 63 126
Binary 11101101 11001101 11001000 0 1110 10000 111 1000 110011 1010110

Color Harmonies of #EDCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDC8

Black with #EDCDC8

Text Example


Text Example

White with #EDCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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