Html Css Color HEX #ECD0CA Coral Candy

📋 copy color: '#ECD0CA'

red 236 ◦ green 208 ◦ blue 202

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

Shades of Coral Candy #ECD0CA

Tints of Coral Candy #ECD0CA

RGB

 RED value IS 236 (92.58% from 255) = 36.53%

 GREEN value IS 208 (81.64% from 255) = 32.2%

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 36.53%
G = 32.2%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECD0CA (or 0xECD0CA) is known color: Coral Candy. HEX triplet: EC, D0 and CA. RGB value is (236,208,202). Sum of RGB (Red+Green+Blue) = 236+208+202=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CA is #132F35. Grayscale: #D7D7D7. Windows color (decimal): -1257270 or 13291756. OLE color: 13291756.

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

Color convert

RGB 236 208 202 -
CMYK 0 0.12 0.14 0.07
HSL 10.59º 0.47% 0.86% -
HSV(B) 10.59º 0.14% 0.93% -
XYZ 67.81 67.21 65.28 -
YUV 215.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 236 208 202 0 0.12 0.14 0.07 10.59 0.47 0.86
Hex EC D0 CA 0 C E 7 B 2F 56
Octal 354 320 312 0 14 16 7 13 57 126
Binary 11101100 11010000 11001010 0 1100 1110 111 1011 101111 1010110

Color Harmonies of #ECD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0CA

Black with #ECD0CA

Text Example


Text Example

White with #ECD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0CA; }

 p { color: rgb(236,208,202); }

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

background-color css

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

 a { background-color: rgb(236,208,202); }

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

border-color css

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

 span { border-color: rgb(236,208,202); }

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