Html Css Color HEX #EDCCC4 Coral Candy

📋 copy color: '#EDCCC4'

red 237 ◦ green 204 ◦ blue 196

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

Shades of Coral Candy #EDCCC4

Tints of Coral Candy #EDCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.77%

R = 37.21%
G = 32.03%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDCCC4 (or 0xEDCCC4) is known color: Coral Candy. HEX triplet: ED, CC and C4. RGB value is (237,204,196). Sum of RGB (Red+Green+Blue) = 237+204+196=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC4 is #12333B. Grayscale: #D5D5D5. Windows color (decimal): -1192764 or 12897517. OLE color: 12897517.

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

Color convert

RGB 237 204 196 -
CMYK 0 0.14 0.17 0.07
HSL 11.71º 0.53% 0.85% -
HSV(B) 11.71º 0.17% 0.93% -
XYZ 66.48 65.18 61.3 -
YUV 212.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 237 204 196 0 0.14 0.17 0.07 11.71 0.53 0.85
Hex ED CC C4 0 E 11 7 C 35 55
Octal 355 314 304 0 16 21 7 14 65 125
Binary 11101101 11001100 11000100 0 1110 10001 111 1100 110101 1010101

Color Harmonies of #EDCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCC4

Black with #EDCCC4

Text Example


Text Example

White with #EDCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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