Html Css Color HEX #EDCFCB Coral Candy

📋 copy color: '#EDCFCB'

red 237 ◦ green 207 ◦ blue 203

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

Shades of Coral Candy #EDCFCB

Tints of Coral Candy #EDCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.99%

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

R = 36.63%
G = 31.99%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCFCB (or 0xEDCFCB) is known color: Coral Candy. HEX triplet: ED, CF and CB. RGB value is (237,207,203). Sum of RGB (Red+Green+Blue) = 237+207+203=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCB is #123034. Grayscale: #D7D7D7. Windows color (decimal): -1191989 or 13357037. OLE color: 13357037.

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

Color convert

RGB 237 207 203 -
CMYK 0 0.13 0.14 0.07
HSL 7.06º 0.49% 0.86% -
HSV(B) 7.06º 0.14% 0.93% -
XYZ 68.02 66.94 65.84 -
YUV 215.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 237 207 203 0 0.13 0.14 0.07 7.06 0.49 0.86
Hex ED CF CB 0 D E 7 7 31 56
Octal 355 317 313 0 15 16 7 7 61 126
Binary 11101101 11001111 11001011 0 1101 1110 111 111 110001 1010110

Color Harmonies of #EDCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFCB

Black with #EDCFCB

Text Example


Text Example

White with #EDCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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