Html Css Color HEX #EDCBC7 Coral Candy

📋 copy color: '#EDCBC7'

red 237 ◦ green 203 ◦ blue 199

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

Shades of Coral Candy #EDCBC7

Tints of Coral Candy #EDCBC7

RGB

 RED value IS 237 (92.97% from 255) = 37.09%

 GREEN value IS 203 (79.69% from 255) = 31.77%

 BLUE value IS 199 (78.13% from 255) = 31.14%

R = 37.09%
G = 31.77%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCBC7 (or 0xEDCBC7) is known color: Coral Candy. HEX triplet: ED, CB and C7. RGB value is (237,203,199). Sum of RGB (Red+Green+Blue) = 237+203+199=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC7 is #123438. Grayscale: #D4D4D4. Windows color (decimal): -1193017 or 13093869. OLE color: 13093869.

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

Color convert

RGB 237 203 199 -
CMYK 0 0.14 0.16 0.07
HSL 6.32º 0.51% 0.85% -
HSV(B) 6.32º 0.16% 0.93% -
XYZ 66.59 64.84 63.04 -
YUV 212.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 237 203 199 0 0.14 0.16 0.07 6.32 0.51 0.85
Hex ED CB C7 0 E 10 7 6 33 55
Octal 355 313 307 0 16 20 7 6 63 125
Binary 11101101 11001011 11000111 0 1110 10000 111 110 110011 1010101

Color Harmonies of #EDCBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC7

Black with #EDCBC7

Text Example


Text Example

White with #EDCBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC7; }

 p { color: rgb(237,203,199); }

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

background-color css

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

 a { background-color: rgb(237,203,199); }

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

border-color css

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

 span { border-color: rgb(237,203,199); }

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