Html Css Color HEX #ECD1CA Coral Candy

📋 copy color: '#ECD1CA'

red 236 ◦ green 209 ◦ blue 202

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

Shades of Coral Candy #ECD1CA

Tints of Coral Candy #ECD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.3%

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

R = 36.48%
G = 32.3%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECD1CA (or 0xECD1CA) is known color: Coral Candy. HEX triplet: EC, D1 and CA. RGB value is (236,209,202). Sum of RGB (Red+Green+Blue) = 236+209+202=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CA is #132E35. Grayscale: #D8D8D8. Windows color (decimal): -1257014 or 13292012. OLE color: 13292012.

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

Color convert

RGB 236 209 202 -
CMYK 0 0.11 0.14 0.07
HSL 12.35º 0.47% 0.86% -
HSV(B) 12.35º 0.14% 0.93% -
XYZ 68.05 67.7 65.36 -
YUV 216.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 236 209 202 0 0.11 0.14 0.07 12.35 0.47 0.86
Hex EC D1 CA 0 B E 7 C 2F 56
Octal 354 321 312 0 13 16 7 14 57 126
Binary 11101100 11010001 11001010 0 1011 1110 111 1100 101111 1010110

Color Harmonies of #ECD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1CA

Black with #ECD1CA

Text Example


Text Example

White with #ECD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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