Html Css Color HEX #ECD2CB Coral Candy

📋 copy color: '#ECD2CB'

red 236 ◦ green 210 ◦ blue 203

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

Shades of Coral Candy #ECD2CB

Tints of Coral Candy #ECD2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.36%

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

R = 36.36%
G = 32.36%
B = 31.28%

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

#ECD2CB (or 0xECD2CB) is known color: Coral Candy. HEX triplet: EC, D2 and CB. RGB value is (236,210,203). Sum of RGB (Red+Green+Blue) = 236+210+203=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CB is #132D34. Grayscale: #D9D9D9. Windows color (decimal): -1256757 or 13357804. OLE color: 13357804.

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

Color convert

RGB 236 210 203 -
CMYK 0 0.11 0.14 0.07
HSL 12.73º 0.46% 0.86% -
HSV(B) 12.73º 0.14% 0.93% -
XYZ 68.42 68.24 66.07 -
YUV 216.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 236 210 203 0 0.11 0.14 0.07 12.73 0.46 0.86
Hex EC D2 CB 0 B E 7 D 2E 56
Octal 354 322 313 0 13 16 7 15 56 126
Binary 11101100 11010010 11001011 0 1011 1110 111 1101 101110 1010110

Color Harmonies of #ECD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2CB

Black with #ECD2CB

Text Example


Text Example

White with #ECD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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