Html Css Color HEX #ECD1CC Coral Candy

📋 copy color: '#ECD1CC'

red 236 ◦ green 209 ◦ blue 204

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

Shades of Coral Candy #ECD1CC

Tints of Coral Candy #ECD1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.43%

R = 36.36%
G = 32.2%
B = 31.43%

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

#ECD1CC (or 0xECD1CC) is known color: Coral Candy. HEX triplet: EC, D1 and CC. RGB value is (236,209,204). Sum of RGB (Red+Green+Blue) = 236+209+204=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CC is #132E33. Grayscale: #D8D8D8. Windows color (decimal): -1257012 or 13423084. OLE color: 13423084.

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

Color convert

RGB 236 209 204 -
CMYK 0 0.11 0.14 0.07
HSL 9.38º 0.46% 0.86% -
HSV(B) 9.38º 0.14% 0.93% -
XYZ 68.29 67.79 66.61 -
YUV 216.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 236 209 204 0 0.11 0.14 0.07 9.38 0.46 0.86
Hex EC D1 CC 0 B E 7 9 2E 56
Octal 354 321 314 0 13 16 7 11 56 126
Binary 11101100 11010001 11001100 0 1011 1110 111 1001 101110 1010110

Color Harmonies of #ECD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1CC

Black with #ECD1CC

Text Example


Text Example

White with #ECD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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