Html Css Color HEX #ECD1CB Coral Candy

📋 copy color: '#ECD1CB'

red 236 ◦ green 209 ◦ blue 203

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

Shades of Coral Candy #ECD1CB

Tints of Coral Candy #ECD1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 36.42%
G = 32.25%
B = 31.33%

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

#ECD1CB (or 0xECD1CB) is known color: Coral Candy. HEX triplet: EC, D1 and CB. RGB value is (236,209,203). Sum of RGB (Red+Green+Blue) = 236+209+203=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1CB is #132E34. Grayscale: #D8D8D8. Windows color (decimal): -1257013 or 13357548. OLE color: 13357548.

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

Color convert

RGB 236 209 203 -
CMYK 0 0.11 0.14 0.07
HSL 10.91º 0.46% 0.86% -
HSV(B) 10.91º 0.14% 0.93% -
XYZ 68.17 67.75 65.98 -
YUV 216.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 236 209 203 0 0.11 0.14 0.07 10.91 0.46 0.86
Hex EC D1 CB 0 B E 7 B 2E 56
Octal 354 321 313 0 13 16 7 13 56 126
Binary 11101100 11010001 11001011 0 1011 1110 111 1011 101110 1010110

Color Harmonies of #ECD1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1CB

Black with #ECD1CB

Text Example


Text Example

White with #ECD1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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